pkgsrc/devel/popt/Makefile
wiz 60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00

26 lines
560 B
Makefile

# $NetBSD: Makefile,v 1.41 2009/05/19 08:59:11 wiz Exp $
#
DISTNAME= popt-1.15
CATEGORIES= devel
MASTER_SITES= http://rpm5.org/files/popt/
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Command line option parsing library
# mit license with advertising clause
#LICENSE= mit
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS= ORBit<=0.5.3
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
USE_LIBTOOL= yes
TEST_TARGET= check
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"