a33191366c
Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr
19 lines
505 B
Makefile
19 lines
505 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/graphics/poppler-glib/Makefile,v 1.4 2012/10/14 23:04:21 kwm Exp $
|
|
|
|
PORTREVISION= 1
|
|
PKGNAMESUFFIX= -glib
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Glib bindings to poppler
|
|
|
|
MASTERDIR= ${.CURDIR}/../../graphics/poppler
|
|
SLAVEPORT= glib
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
pre-build:
|
|
@cd ${WRKSRC}/poppler && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \
|
|
Makefile ${MAKE_ARGS} libpoppler-cairo.la
|
|
|
|
.include "${MASTERDIR}/Makefile"
|