ec993afa1a
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
28 lines
671 B
Makefile
28 lines
671 B
Makefile
# $NetBSD: Makefile,v 1.27 2004/02/14 17:21:39 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= popt-1.7
|
|
PKGREVISION= 4
|
|
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"
|