summaryrefslogtreecommitdiff
path: root/misc/rfc/Makefile
diff options
context:
space:
mode:
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>