1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/graphics/popplerkit/Makefile
Pav Lucistnik e3834cceaa - Revert BROKEN line; I have overlooked the fix which went in one day before
Reported by:	maintainer
Approved by:	portmgr (self)
2007-10-30 14:22:49 +00:00

37 lines
891 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}
PORTREVISION= 1
CATEGORIES= graphics gnustep
MASTER_SITES= http://download.gna.org/gsimageapps/PopplerKit/
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= ${GNUSTEP_LOCAL_LIBRARIES}
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>