freebsd-ports/misc/jargon/Makefile

31 lines
599 B
Makefile
Raw Normal View History

# New ports collection makefile for: jargon
# Date created: 11 July 1998
# Whom: 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= sf@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:
${MKDIR} ${DATADIR}
2004-01-22 09:05:25 +01:00
(cd ${WRKSRC}; ${PAX} -rw . ${DATADIR})
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}
.include <bsd.port.mk>