23 lines
581 B
Makefile
23 lines
581 B
Makefile
# New ports collection makefile for: poppler-gtk
|
|
# Date created: 2006-01-12
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports-stable/graphics/poppler-gtk/Makefile,v 1.1 2008/06/16 21:36:00 mezz Exp $
|
|
#
|
|
|
|
PORTREVISION= 0
|
|
PKGNAMESUFFIX= -gtk
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Gtk bindings to poppler
|
|
|
|
MASTERDIR= ${.CURDIR}/../../graphics/poppler
|
|
SLAVEPORT= gtk
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
pre-build:
|
|
cd ${WRKSRC}/poppler && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
|
|
Makefile ${MAKE_ARGS} libpoppler-cairo.la
|
|
|
|
.include "${MASTERDIR}/Makefile"
|