summaryrefslogtreecommitdiff
path: root/misc/rfc/Makefile
diff options
context:
space:
mode:
authorDan Moschuk <dan@FreeBSD.org>1999-10-06 15:34:31 +0000
committerDan Moschuk <dan@FreeBSD.org>1999-10-06 15:34:31 +0000
commitd106b672cadfee76a68a628a1eed179cea64d567 (patch)
tree26aad72353531bf1b69c9748b5bf2060ad8b1b0b /misc/rfc/Makefile
parentAdd a line for netscape47-communicator.us. (diff)
Perl script to search for RFC's by an RFC number,
keyword, or your own regexp. The results can be send to a browser to viewing, emailed, or just viewed. PR: ports/14147 Submitted by: jedgar@fxp.org
Notes
Notes: svn path=/head/; revision=22207
Diffstat (limited to 'misc/rfc/Makefile')
-rw-r--r--misc/rfc/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/misc/rfc/Makefile b/misc/rfc/Makefile
new file mode 100644
index 000000000000..ceabcb369998
--- /dev/null
+++ b/misc/rfc/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: rfc
+# Version required: 1.8
+# Date created: 05 October 1999
+# Whom: Chris D. Faulhaber <jedgar@fxp.org>
+#
+# $FreeBSD$
+#
+
+DISTNAME= rfc
+PKGNAME= rfc-1.8
+CATEGORIES= misc
+MASTER_SITES= http://www.dewn.com/rfc/
+EXTRACT_SUFX=
+
+MAINTAINER= jedgar@fxp.org
+
+NO_WRKSUBDIR= yes
+NO_BUILD= yes
+
+do-extract:
+ @${MKDIR} ${WRKDIR}
+ @${CP} ${DISTDIR}/${DISTNAME} ${WRKDIR}/${DISTNAME}
+
+do-configure:
+ @${MV} ${WRKDIR}/${DISTNAME} ${WRKDIR}/${DISTNAME}.orig
+ @${SED} -e 's|/etc|${PREFIX}/etc|' \
+ < ${WRKDIR}/${DISTNAME}.orig > ${WRKDIR}/${DISTNAME}
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKDIR}/rfc ${PREFIX}/bin/rfc
+
+.include <bsd.port.mk>