diff options
Diffstat (limited to 'devel/cvslock/Makefile')
-rw-r--r-- | devel/cvslock/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/cvslock/Makefile b/devel/cvslock/Makefile new file mode 100644 index 00000000000..6cd366062bd --- /dev/null +++ b/devel/cvslock/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/04/08 18:28:02 tron Exp $ + +DISTNAME= cvslock-0.1 +CATEGORIES= devel +MASTER_SITES= ftp://riemann.iam.uni-bonn.de/pub/users/roessler/cvslock/ + +MAINTAINER= tron@netbsd.org + +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" |