freebsd-ports/textproc/resume-extensions/Makefile
Antoine Brodin 364abe76fd Switch some dependencies from a directory name or a file generated by pkg-install
to a package name,  as the former can't be attributed to a package
2015-01-24 15:07:39 +00:00

32 lines
981 B
Makefile

# Created by: Aaron Straup Cope
# $FreeBSD$
PORTNAME= resume-extensions
PORTVERSION= 0.5
PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://aaronland.info/xsl/xmlresume/
DISTNAME= xml${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Extends the XML Resume library
RUN_DEPENDS= resume>0:${PORTSDIR}/textproc/resume \
${LOCALBASE}/share/xsl/string/print-n-times.xsl:${PORTSDIR}/textproc/print-n-times \
${LOCALBASE}/share/xsl/xhtml/add-css-links.xsl:${PORTSDIR}/textproc/add-css-links
NO_BUILD= yes
post-patch:
${REINPLACE_CMD} -e 's|/usr/local/share|${LOCALBASE}/share|' \
${WRKSRC}/lib/extrefs.xsl
${REINPLACE_CMD} -e 's|/usr/local/share|${LOCALBASE}/share|' \
${WRKSRC}/format/html.xsl
${FIND} ${WRKSRC} -name '*.bak' -delete
do-install:
@${ECHO} "Installing in ${PREFIX}/share/xsl/${PORTNAME}"
@${MKDIR} ${STAGEDIR}${PREFIX}/share/xsl/${PORTNAME}
@${CP} -R ${WRKSRC}/* ${STAGEDIR}${PREFIX}/share/xsl/${PORTNAME}
.include <bsd.port.mk>