pkgsrc/print/poppler-includes/Makefile
drochner 9bdc78f886 update to 0.12.0
This is a major update, switches to the 0.12 release branch.
Most notable change is that the color management stuff which we had
as patches in pkgsrc is official now.
Otherwise - many fixes and enhancements.

(while this is a .0 release I've been tracking the 0.11.x snapshots
and release candidate for a while so I don't expect big problems)
2009-09-09 19:57:05 +00:00

35 lines
953 B
Makefile

# $NetBSD: Makefile,v 1.3 2009/09/09 19:57:06 drochner Exp $
#
.include "../../print/poppler/Makefile.common"
PKGNAME= poppler-includes-${POPPLER_VERS}
COMMENT= Poppler Xpdf includes (unsupported)
MAINTAINER= dillo@NetBSD.org
CONFLICTS+= poppler-0.5.1 poppler-0.5.1nb1 poppler-0.5.1nb2
NO_BUILD= yes
PKG_DESTDIR_SUPPORT= user-destdir
INCDIR=${DESTDIR}${PREFIX}/include
.include "../../mk/bsd.prefs.mk"
do-install:
${INSTALL_DATA_DIR} ${INCDIR}
for subdir in poppler goo splash; \
do \
mf=${WRKSRC}/"$$subdir"/Makefile.am; \
d=`sed -n -f ${FILESDIR}/dir.sed "$$mf"`; \
${INSTALL_DATA_DIR} ${INCDIR}/"$$d"; \
sed -n -f ${FILESDIR}/extract.sed "$$mf" \
| { while read f; \
do \
${INSTALL_DATA} ${WRKSRC}/"$$subdir/$$f" ${INCDIR}/"$$d"; \
done }; \
done
${INSTALL_DATA} ${WRKSRC}/poppler/SplashOutputDev.h ${INCDIR}/poppler
.include "../../mk/bsd.pkg.mk"