diff options
Diffstat (limited to 'devel/rcs/Makefile')
-rw-r--r-- | devel/rcs/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/rcs/Makefile b/devel/rcs/Makefile new file mode 100644 index 00000000000..ceea6352990 --- /dev/null +++ b/devel/rcs/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/03/12 16:02:32 agc Exp $ +# + +DISTNAME= rcs-5.7 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNU:=/rcs/} + +MAINTAINER= gnu@gnu.org +HOMEPAGE= http://www.gnu.org/software/rcs/rcs.html + +NOT_FOR_OPSYS= NetBSD # in the base system + +DEPENDS+= diffutils-2.7:../../devel/diffutils + +GNU_CONFIGURE= yes +CONFIGURE_ENV+= PATH=${LOCALBASE}/bin:$PATH + +.include "../../mk/bsd.pkg.mk" |