freebsd-ports/graphics/vindaloo/Makefile
Dirk Meyer e904a42961 - add category gnustep
PR:		103931
Approved by:	pav
2007-01-31 18:18:14 +00:00

28 lines
634 B
Makefile

# New ports collection makefile for: vindaloo
# Date created: 15 Dec 2006
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= vindaloo
PORTVERSION= 0.2
CATEGORIES= graphics gnustep
MASTER_SITES= http://download.gna.org/gsimageapps/Vindaloo/
DISTNAME= Vindaloo-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= PDF Reader for GNUstep
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
USE_GNUSTEP_LOCAL_LIBS+= PopplerKit:${POPPLERKIT_PORT}
WRKSRC= ${WRKDIR}/Vindaloo
POPPLERKIT_PORT?= graphics/popplerkit
.include <bsd.port.mk>