2006-12-14 22:09:03 +01:00
|
|
|
# New ports collection makefile for: popplerkit
|
|
|
|
# Date created: 21 Jan 2006
|
|
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= popplerkit
|
2008-11-25 16:11:34 +01:00
|
|
|
PORTVERSION= 1.0.1
|
2007-01-31 19:18:14 +01:00
|
|
|
CATEGORIES= graphics gnustep
|
2008-11-25 16:11:34 +01:00
|
|
|
MASTER_SITES= http://download.gna.org/etoile/
|
2009-03-19 21:56:07 +01:00
|
|
|
DISTNAME= etoile-0.4.1
|
2006-12-14 22:09:03 +01:00
|
|
|
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
|
|
COMMENT= Framework that supports rendering of PDF content
|
|
|
|
|
|
|
|
LIB_DEPENDS= poppler:${PORTSDIR}/graphics/poppler
|
|
|
|
|
2008-11-25 16:11:34 +01:00
|
|
|
USE_BZIP2= yes
|
2006-12-14 22:09:03 +01:00
|
|
|
USE_GNUSTEP= yes
|
|
|
|
USE_GNUSTEP_BACK= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
2007-01-13 04:57:25 +01:00
|
|
|
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
|
2006-12-14 22:09:03 +01:00
|
|
|
USE_GNOME= gnomeprefix gnomehack gtk20
|
|
|
|
|
2009-03-19 21:56:07 +01:00
|
|
|
WRKSRC= ${WRKDIR}/Etoile-0.4.1
|
2008-11-25 16:11:34 +01:00
|
|
|
USE_GNUSTEP_MAKE_DIRS+= Frameworks/PopplerKit
|
2006-12-14 22:09:03 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|