diff --git a/deskutils/aspostit/Makefile b/deskutils/aspostit/Makefile index a032aab04c11..a66fea765cf7 100644 --- a/deskutils/aspostit/Makefile +++ b/deskutils/aspostit/Makefile @@ -1,32 +1,35 @@ PORTNAME= aspostit PORTVERSION= 1.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= deskutils MASTER_SITES= AFTERSTEP/apps/aspostit MAINTAINER= bofh@FreeBSD.org COMMENT= AfterStep dockable version of XPostIt LICENSE= GPLv2+ +DEPRECATED= Unmaintained, last upstream release in 2001 +EXPIRATION_DATE=2024-04-29 + USES= gmake jpeg xorg USE_XORG= xpm xaw xext x11 GNU_CONFIGURE= yes PLIST_FILES= bin/aspostit share/man/man1/aspostit.1.gz .include .if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) CFLAGS+= -Wno-error=int-conversion .endif post-extract: @${LN} -sf aspostit.man ${WRKSRC}/aspostit.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/aspostit ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/aspostit.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include