freebsd-ports/graphics/pixen/Makefile
Dmitry Marakasov 623dc6c74b - Strip binary
- Add LICENSE_FILE
2015-02-26 01:25:44 +00:00

27 lines
584 B
Makefile

# $FreeBSD$
PORTNAME= pixen
PORTVERSION= 0.1
PORTREVISION= 4
CATEGORIES= graphics gnustep
MASTER_SITES= http://download.gna.org/gsimageapps/
DISTNAME= Pixen-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Graphics editing software for small-scale pictures for GNUstep
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/License.txt
USES= tar:bzip2
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
ADDITIONAL_OBJCFLAGS+= -Dlog2=logb
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Pixen.app/Pixen
.include <bsd.port.mk>