freebsd-ports/graphics/pixen/Makefile

28 lines
584 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= pixen
PORTVERSION= 0.1
PORTREVISION= 4
CATEGORIES= graphics gnustep
MASTER_SITES= http://download.gna.org/gsimageapps/
DISTNAME= Pixen-${PORTVERSION}
2012-06-26 07:44:19 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Graphics editing software for small-scale pictures for GNUstep
2010-06-04 16:14:47 +02:00
LICENSE= MIT
2015-02-26 02:25:44 +01:00
LICENSE_FILE= ${WRKSRC}/License.txt
2010-06-04 16:14:47 +02:00
USES= tar:bzip2
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
2007-05-28 14:27:04 +02:00
ADDITIONAL_OBJCFLAGS+= -Dlog2=logb
2015-02-26 02:25:44 +01:00
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Pixen.app/Pixen
.include <bsd.port.mk>