diff options
Diffstat (limited to 'math/rpc/Makefile')
-rw-r--r-- | math/rpc/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/math/rpc/Makefile b/math/rpc/Makefile new file mode 100644 index 0000000..9999c0b --- /dev/null +++ b/math/rpc/Makefile @@ -0,0 +1,19 @@ +# ex:ts=8 +# New ports collection makefile for: rpc +# Date created: Mar 21, 2001 +# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= rpc +PORTVERSION= 0.93 +CATEGORIES= math +MASTER_SITES= http://www.eecs.umich.edu/~pelzlpj/rpc/ + +MAINTAINER= ijliao@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/libccm.so:${PORTSDIR}/math/ccmath +RUN_DEPENDS= ${LOCALBASE}/lib/libccm.so:${PORTSDIR}/math/ccmath + +.include <bsd.port.mk> |