freebsd-ports/textproc/resume-extensions/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

34 lines
1.1 KiB
Makefile

# New ports collection makefile for: resume-extensions
# Date created: August 03 2004
# Whom: Aaron Straup Cope
# $FreeBSD$
PORTNAME= resume-extensions
PORTVERSION= 0.5
PORTREVISION= 1
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= ${LOCALBASE}/share/xsl/resume:${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} ${PREFIX}/share/xsl/${PORTNAME}
@${CP} -R ${WRKSRC}/* ${PREFIX}/share/xsl/${PORTNAME}
.include <bsd.port.mk>