pkgsrc/devel/popt/Makefile
rillig 7724b801cd devel: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-03 10:39:04 +00:00

26 lines
573 B
Makefile

# $NetBSD: Makefile,v 1.48 2019/11/03 10:39:28 rillig Exp $
#
DISTNAME= popt-1.16
PKGREVISION= 2
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"