diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-01 17:46:50 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-01 17:46:50 +0000 |
commit | 195ea8f9a4118de20a50f2cef70465819236a7f5 (patch) | |
tree | e483b1fb973039d6e46d701139519a988264aad2 /devel/pkgconfig/Makefile | |
parent | 1abe619d3167eb6ded42382e9107ae973f4af3af (diff) |
Notes
Diffstat (limited to 'devel/pkgconfig/Makefile')
-rw-r--r-- | devel/pkgconfig/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/devel/pkgconfig/Makefile b/devel/pkgconfig/Makefile index b3721bf52299..1cf141eae423 100644 --- a/devel/pkgconfig/Makefile +++ b/devel/pkgconfig/Makefile @@ -6,30 +6,25 @@ # PORTNAME= pkgconfig -PORTVERSION= 0.6.0 +PORTVERSION= 0.8.0 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= http://www.freedesktop.org/software/pkgconfig/releases/ \ + ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gnome@FreeBSD.org -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/devel/glib12:patch - USE_GMAKE= yes USE_LIBTOOL= yes LIBTOOLFILES= glib-1.2.8/configure LIBTOOLFLAGS= --disable-ltlibs \ --disable-shared +MAKE_ENV= PKGCONF_BUILD=yes PLIST_SUB= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} MAN1= pkg-config.1 -post-extract: - @${RM} -rf ${WRKSRC}/glib-1.2.8 - @${CP} -R ${WRKDIRPREFIX}${.CURDIR}/../../devel/glib12/work/glib-1.2* \ - ${WRKSRC}/glib-1.2.8 - post-install: ${MKDIR} ${PREFIX}/libdata/pkgconfig |