aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rpc2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rpc2/Makefile')
-rw-r--r--devel/rpc2/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/rpc2/Makefile b/devel/rpc2/Makefile
new file mode 100644
index 000000000000..173f52c7ae2a
--- /dev/null
+++ b/devel/rpc2/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: rpc2
+# Date created: Wed Mar 22 19:06:45 EST 2000
+# Whom: jaharkes
+#
+# $FreeBSD$
+#
+
+PORTNAME= rpc2
+PORTVERSION= 1.5
+CATEGORIES= devel
+MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/rpc2/src/
+
+MAINTAINER= coda@cs.cmu.edu
+
+LIB_DEPENDS= lwp.1:${PORTSDIR}/devel/lwp
+
+USE_GMAKE= yes
+USE_LIBTOOL= yes
+
+.include <bsd.port.mk>