8112386f17
- Bump the rest ports that depend on the poppler and poppler-qt because of shared library version have been changed. - Add a note in the UPDATING for require to rebuild all ports that depend on poppler. Submitted by: kwm (poppler* part)
19 lines
501 B
Makefile
19 lines
501 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= 0
|
|
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} ${GMAKE} ${MAKE_FLAGS} \
|
|
Makefile ${MAKE_ARGS} libpoppler-cairo.la
|
|
|
|
.include "${MASTERDIR}/Makefile"
|