1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/misc/jargon/Makefile

39 lines
1.1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: jargon
# Date created: 11 July 1998
# Whom: moeding
#
1999-08-25 07:23:21 +00:00
# $FreeBSD$
#
2000-04-14 08:49:30 +00:00
PORTNAME= jargon
2000-06-05 05:44:37 +00:00
PORTVERSION= 4.2.0
CATEGORIES= misc
MASTER_SITES= http://www.tuxedo.org/~esr/jargon/ \
http://www.nectar.com/distfiles/
MAINTAINER= s.moeding@ndh.net
NO_BUILD= YES
2000-06-05 05:44:37 +00:00
FILES= alternates.html awards.html download.html index.html \
jargbook.html jarghist.html jargon.html jargtxt.html \
mirroring.html mirrorlist.html quoting.html search.html \
submissions.html
1999-04-15 20:44:57 +00:00
post-patch:
2000-06-05 05:44:37 +00:00
/usr/bin/perl -pi -e 's,/home/httpd/html,${PREFIX}/www/data,' ${WRKSRC}/jargon-search
1999-04-15 20:44:57 +00:00
do-install:
@${MKDIR} ${PREFIX}/www/cgi-bin
@${INSTALL_SCRIPT} ${WRKSRC}/jargon-search ${PREFIX}/www/cgi-bin
@${MKDIR} ${PREFIX}/www/data/jargon
.for file in ${FILES}
@${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/www/data/jargon
.endfor
@${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${PREFIX}/www/data/jargon
@${CP} -R ${WRKSRC}/graphics ${PREFIX}/www/data/jargon/
2000-06-05 05:44:37 +00:00
@${CP} -R ${WRKSRC}/html ${PREFIX}/www/data/jargon/
1999-04-15 20:44:57 +00:00
@${MKDIR} ${PREFIX}/share/doc/jargon
@${INSTALL_DATA} ${WRKSRC}/jargon-README ${PREFIX}/share/doc/jargon
.include <bsd.port.mk>