1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/misc/jargon/Makefile

27 lines
560 B
Makefile
Raw Normal View History

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