pkgsrc/devel/popt/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

28 lines
669 B
Makefile

# $NetBSD: Makefile,v 1.28 2004/10/03 00:13:32 tv Exp $
#
DISTNAME= popt-1.7
PKGREVISION= 5
CATEGORIES= devel
MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/ \
ftp://ftp.iks-jena.de/pub/software/unix/misc/ \
ftp://sunsite.cnlab-switch.ch/mirror/rpm/dist/rpm-4.1.x/
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Command line option parsing library
PKG_INSTALLATION_TYPES= overwrite pkgviews
CONFLICTS= ORBit<=0.5.3
BUILD_USES_MSGFMT= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_GNU_TOOLS+= make
USE_LIBTOOL= yes
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"