4c931f1768
o take over maintainership. Approved by: Stefan Moeding <s.moeding@setuid.de> (maintainer)
39 lines
1.1 KiB
Makefile
39 lines
1.1 KiB
Makefile
# New ports collection makefile for: jargon
|
|
# Date created: 11 July 1998
|
|
# Whom: moeding
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= jargon
|
|
PORTVERSION= 4.3.1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.tuxedo.org/~esr/jargon/
|
|
|
|
MAINTAINER= sf@FreeBSD.org
|
|
|
|
NO_BUILD= YES
|
|
|
|
FILES= alternates.html awards.html download.html index.html \
|
|
jargbook.html jarghist.html jargon.html jargoogle.html \
|
|
jargtxt.html mirroring.html mirrorlist.html quoting.html \
|
|
related.html search.html submissions.html
|
|
|
|
post-patch:
|
|
${PERL} -pi -e 's,/home/httpd/html,${PREFIX}/www/data,' ${WRKSRC}/jargon-search
|
|
|
|
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/
|
|
@${CP} -R ${WRKSRC}/html ${PREFIX}/www/data/jargon/
|
|
@${MKDIR} ${PREFIX}/share/doc/jargon
|
|
@${INSTALL_DATA} ${WRKSRC}/jargon-README ${PREFIX}/share/doc/jargon
|
|
|
|
.include <bsd.port.mk>
|