freebsd-ports/misc/jargon/Makefile
2014-02-21 12:36:20 +00:00

26 lines
560 B
Makefile

# Created by: moeding
# $FreeBSD$
PORTNAME= jargon
PORTVERSION= 4.4.7
CATEGORIES= misc
MASTER_SITES= http://www.catb.org/~esr/jargon/
MAINTAINER= ports@FreeBSD.org
COMMENT= The famous jargon file
NO_BUILD= yes
DATADIR= ${PREFIX}/share/jargon
post-extract:
(cd ${WRKSRC}; \
${RM} -rf html/graphics/.xvpics graphics/.xvpics \
html/letters.html~ html/online-preface.html~)
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}
(cd ${WRKSRC}; ${PAX} -rw . ${STAGEDIR}${DATADIR})
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>