pkgsrc/textproc/py-X/Makefile
2011-01-23 03:00:04 +00:00

42 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.9 2011/01/23 03:00:04 minskim Exp $
#
DISTNAME= PyX-0.9
PKGNAME= ${PYPKGPREFIX}-X-0.9
PKGREVISION= 2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyx/}
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= kpathsea-[0-9]*:../../print/kpathsea
DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
DEPENDS+= tex-tex-[0-9]*:../../print/tex-tex
PYDISTUTILSPKG= yes
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pyx.sourceforge.net/
COMMENT= Package for the creation of PostScript and PDF files
CONF_FILES= ${PREFIX}/share/examples/PyX/pyxrc \
${PKG_SYSCONFDIR}/pyxrc
SUBST_CLASSES+= conf
SUBST_STAGE.conf= post-patch
SUBST_MESSAGE.conf= Fixing configuration files.
SUBST_FILES.conf= setup.py
SUBST_SED.conf+= -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g"
INSTALLATION_DIRS= share/examples/PyX
pre-install:
${CP} ${WRKSRC}/pyxrc ${WRKSRC}/pyxrc.default
post-install:
${CP} ${WRKSRC}/pyxrc ${DESTDIR}${PREFIX}/share/examples/PyX/pyxrc
.include "../../lang/python/extension.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"