freebsd-ports/misc/jargon/Makefile

27 lines
560 B
Makefile
Raw Normal View History

# Created by: moeding
1999-08-25 09:23:21 +02:00
# $FreeBSD$
2000-04-14 10:49:30 +02:00
PORTNAME= jargon
2004-01-07 22:47:17 +01:00
PORTVERSION= 4.4.7
CATEGORIES= misc
MASTER_SITES= http://www.catb.org/~esr/jargon/
MAINTAINER= ports@FreeBSD.org
2003-03-03 02:08:52 +01:00
COMMENT= The famous jargon file
2002-10-08 06:28:38 +02:00
NO_BUILD= yes
DATADIR= ${PREFIX}/share/jargon
post-extract:
2003-11-08 02:25:44 +01:00
(cd ${WRKSRC}; \
${RM} -rf html/graphics/.xvpics graphics/.xvpics \
html/letters.html~ html/online-preface.html~)
1999-04-15 22:44:57 +02:00
do-install:
2014-02-21 13:36:20 +01:00
${MKDIR} ${STAGEDIR}${DATADIR}
(cd ${WRKSRC}; ${PAX} -rw . ${STAGEDIR}${DATADIR})
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>