pkgsrc/devel/popt/Makefile
tnn fda9554c2e popt: update to 1.18
Replace HOMEPAGE and MASTER_SITE, the old rpm5.org site seems dead & broken

Changes from popt 1.16
  fix an ugly and ancient security issue with popt failing to
    drop privileges on alias exec from a SUID/SGID program
  perform rudimentary sanity checks when reading in popt config files
  collect accumulated misc fixes (memleaks etc) from distros
  convert translations to utf-8 encoding
  convert old postscript documentation to pdf
  dust off ten years worth of autotools sediment
  reorganize and clean up the source tree for clarity
  remove the obnoxious splint annotations from the sources
2020-08-15 01:02:42 +00:00

26 lines
628 B
Makefile

# $NetBSD: Makefile,v 1.49 2020/08/15 01:02:42 tnn Exp $
#
DISTNAME= popt-1.18
CATEGORIES= devel
MASTER_SITES= http://ftp.rpm.org/popt/releases/popt-1.x/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/rpm-software-management/popt
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"