26 lines
565 B
Makefile
26 lines
565 B
Makefile
# $NetBSD: Makefile,v 1.46 2014/10/09 14:06:30 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= popt-1.16
|
|
PKGREVISION= 1
|
|
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
|
|
|
|
CONFLICTS= ORBit<=0.5.3
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake
|
|
USE_LIBTOOL= yes
|
|
PKGCONFIG_OVERRIDE= popt.pc
|
|
PKGCONFIG_OVERRIDE_STAGE= post-configure
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|