diff options
Diffstat (limited to 'graphics/pixen/Makefile')
-rw-r--r-- | graphics/pixen/Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/graphics/pixen/Makefile b/graphics/pixen/Makefile deleted file mode 100644 index 94c805426448..000000000000 --- a/graphics/pixen/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -PORTNAME= pixen -PORTVERSION= 0.1 -PORTREVISION= 11 -CATEGORIES= graphics gnustep -MASTER_SITES= http://download.gna.org/gsimageapps/ -DISTNAME= Pixen-${PORTVERSION} - -MAINTAINER= bofh@FreeBSD.org -COMMENT= Graphics editing software for small-scale pictures for GNUstep -WWW= https://www.opensword.org/Pixen/ - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/License.txt - -DEPRECATED= Unmaintained upstream -EXPIRATION_DATE= 2025-05-20 - -USES= tar:bzip2 gnustep -USE_GNUSTEP= back build - -ADDITIONAL_OBJCFLAGS+= -Dlog2=logb - -.include <bsd.port.options.mk> - -.if ${OPSYS} == FreeBSD -CFLAGS+= -Wno-error=int-conversion -CFLAGS+= -Wno-error=incompatible-function-pointer-types -.endif - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Pixen.app/Pixen - -.include <bsd.port.mk> |