diff options
author | grant <grant@pkgsrc.org> | 2004-10-06 10:17:06 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-10-06 10:17:06 +0000 |
commit | 2795fe1f15e8acce61f225798e18e6cc61d68329 (patch) | |
tree | 1ccb77ea1cea51c9f93845684e86c2a35339c4de /devel/libcfg+/Makefile | |
parent | 94c2857117028acda6b7b405ad24b06c41f8b66f (diff) | |
download | pkgsrc-2795fe1f15e8acce61f225798e18e6cc61d68329.tar.gz |
rename cfg+ directory to libcfg+ so it matches the PKGNAME.
Diffstat (limited to 'devel/libcfg+/Makefile')
-rw-r--r-- | devel/libcfg+/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/libcfg+/Makefile b/devel/libcfg+/Makefile new file mode 100644 index 00000000000..d22c67682fa --- /dev/null +++ b/devel/libcfg+/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2004/10/06 10:17:06 grant Exp $ +# + +DISTNAME= libcfg+-0.6.2 +PKGREVISION= 2 +CATEGORIES= devel +MASTER_SITES= http://platon.sk/upload/_projects/00003/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://platon.sk/projects/libcfg+/ +COMMENT= Command line and configuration file parsing library + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= yes +GNU_CONFIGURE= yes +USE_GNU_TOOLS+= make +USE_LIBTOOL= yes +MANCOMPRESSED= yes + +.include "../../mk/bsd.pkg.mk" |