freebsd-ports/graphics/pixen/Makefile

24 lines
455 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
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
.include <bsd.port.mk>