37 lines
879 B
Makefile
37 lines
879 B
Makefile
|
# New ports collection makefile for: popplerkit
|
||
|
# Date created: 21 Jan 2006
|
||
|
# Whom: dirk.meyer@dinoex.sub.org
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= popplerkit
|
||
|
PORTVERSION= 0.0.${SNAPSHOT}
|
||
|
CATEGORIES= graphics
|
||
|
MASTER_SITES= http://download.gna.org/gsimageapps/PopplerKit/
|
||
|
PKGNAMEPREFIX= gnustep-
|
||
|
DISTNAME= PopplerKit-${SNAPSHOT}
|
||
|
|
||
|
MAINTAINER= dinoex@FreeBSD.org
|
||
|
COMMENT= Framework that supports rendering of PDF content
|
||
|
|
||
|
LIB_DEPENDS= poppler:${PORTSDIR}/graphics/poppler
|
||
|
|
||
|
USE_GNUSTEP= yes
|
||
|
USE_GNUSTEP_BACK= yes
|
||
|
USE_GNUSTEP_BUILD= yes
|
||
|
USE_GNUSTEP_INSTALL= yes
|
||
|
USE_GNUSTEP_LDCONFIG= ${LOCALLIBDIR}
|
||
|
USE_GNOME= gnomeprefix gnomehack gtk20
|
||
|
|
||
|
SNAPSHOT= 20050720
|
||
|
WRKSRC= ${WRKDIR}/PopplerKit
|
||
|
MAKE_ENV+= CXX=${CXX}
|
||
|
ADDITIONAL_CPPFLAGS+= -DPOPPLER_0_5
|
||
|
|
||
|
post-patch:
|
||
|
${REINPLACE_CMD} -e 's|poppler-cairo|poppler-cairo-broken|' \
|
||
|
${WRKSRC}/config.sh
|
||
|
|
||
|
.include <bsd.port.mk>
|