diff options
Diffstat (limited to 'devel/rinfo/Makefile')
-rw-r--r-- | devel/rinfo/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/rinfo/Makefile b/devel/rinfo/Makefile new file mode 100644 index 00000000000..b0436688ea9 --- /dev/null +++ b/devel/rinfo/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: rinfo +# Version required: 1.2 +# Date created: 23th March 1998 +# Whom: Mark Chapman <markc@ctgi.net> +# +# $Id$ +# + +DISTNAME= rinfo-1.2 +CATEGORIES= devel +MASTER_SITES= ftp://www.ctgi.net/pub/ctgi/ + +MAINTAINER= markc@ctgi.net + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/rinfo ${PREFIX}/bin/rinfo + +.include <bsd.port.mk> |