21 lines
511 B
Makefile
21 lines
511 B
Makefile
# $NetBSD: Makefile,v 1.6 2006/11/05 17:49:33 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= libcfg+-0.6.2
|
|
PKGREVISION= 3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://platon.sk/upload/_projects/00003/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://platon.sk/projects/libcfg+/
|
|
COMMENT= Command line and configuration file parsing library
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake
|
|
USE_LIBTOOL= yes
|
|
MANCOMPRESSED= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|