diff options
Diffstat (limited to 'misc/rpl/Makefile')
-rw-r--r-- | misc/rpl/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/misc/rpl/Makefile b/misc/rpl/Makefile new file mode 100644 index 000000000000..870e3c9f3df3 --- /dev/null +++ b/misc/rpl/Makefile @@ -0,0 +1,24 @@ +# ex:ts=8 +# Ports collection makefile for: rpl +# Date created: Thu Jul 25, 2002 +# Whom: Michael L. Hostbaek (mich@freebsdcluster.org) +# +# $FreeBSD$ +# + +PORTNAME= rpl +PORTVERSION= 1.4.0 +CATEGORIES= misc +MASTER_SITES= http://downloads.laffeycomputer.com/current_builds/ + +MAINTAINER= mich@freebsdcluster.org + +GNU_CONFIGURE= yes + +MAN1= rpl.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/rpl ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/man/rpl.1 ${MANPREFIX}/man/man1 + +.include <bsd.port.mk> |