# $MidnightBSD: trunk/graphics/pixen/Makefile 21306 2016-03-26 22:48:46Z laffer1 $

PORTNAME=	pixen
PORTVERSION=	0.1
PORTREVISION=	3
CATEGORIES=	graphics gnustep
MASTER_SITES=	http://download.gna.org/gsimageapps/
DISTNAME=	Pixen-${PORTVERSION}

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	Graphics editing software for small-scale pictures for GNUstep

LICENSE=	mit
LICENSE_FILE=	${WRKSRC}/License.txt

USES=		tar:bzip2 gnustep
USE_GNUSTEP=	back build

ADDITIONAL_OBJCFLAGS+=	-Dlog2=logb

post-install:
	${STRIP_CMD} ${PREFIX}/GNUstep/System/Applications/Pixen.app/Pixen

.include <bsd.port.mk>
