aboutsummaryrefslogtreecommitdiff
path: root/devel/popt/Makefile
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-05-19 06:54:20 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-05-19 06:54:20 +0000
commitc1cfa22cafd4cd09f9c72cb40c8fe24477dc800e (patch)
treea874046233e6925abf7384ad4512304e79d2c98a /devel/popt/Makefile
parentcc3897a83ebb926470f25dc52c49b4a98b89c0da (diff)
downloadports-c1cfa22cafd4cd09f9c72cb40c8fe24477dc800e.tar.gz
ports-c1cfa22cafd4cd09f9c72cb40c8fe24477dc800e.zip
Update to version 1.5
PR: 18577 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Reviewed by: maintainer
Notes
Notes: svn path=/head/; revision=28575
Diffstat (limited to 'devel/popt/Makefile')
-rw-r--r--devel/popt/Makefile18
1 files changed, 4 insertions, 14 deletions
diff --git a/devel/popt/Makefile b/devel/popt/Makefile
index fc7edae8a3a8..76f942a88ad3 100644
--- a/devel/popt/Makefile
+++ b/devel/popt/Makefile
@@ -6,28 +6,18 @@
#
PORTNAME= popt
-PORTVERSION= 1.4
+PORTVERSION= 1.5
CATEGORIES= devel
-MASTER_SITES= ftp://ftp.redhat.com/redhat/current/SRPMS/SRPMS/ \
- ftp://ftp.freesoftware.com/pub/linux/redhat/current/SRPMS/SRPMS/
-EXTRACT_SUFX= -1.src.rpm
+MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/
MAINTAINER= ycheng@sinica.edu.tw
-BUILD_DEPENDS= ${LOCALBASE}/bin/rpm2cpio:${PORTSDIR}/misc/rpm
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
-USE_GMAKE= yes
USE_LIBTOOL= yes
-CONFIGURE_ARGS= --enable-shared
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
MAN3= popt.3
-MANCOMPRESSED= no
-
-do-extract:
- @${RM} -rf ${WRKDIR}
- @${MKDIR} ${WRKDIR}
- @${LOCALBASE}/bin/rpm2cpio ${_DISTDIR}${DISTFILES} | (cd ${WRKDIR}; cpio -i)
- @tar -xzf ${WRKDIR}/${DISTNAME}.tar.gz -C ${WRKDIR}
.include <bsd.port.mk>