2001-04-29 11:23:21 +00:00
|
|
|
# New ports collection makefile for: pkgconfig
|
|
|
|
# Date created: 30 April 2001
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pkgconfig
|
2001-08-01 17:46:50 +00:00
|
|
|
PORTVERSION= 0.8.0
|
2001-04-29 11:23:21 +00:00
|
|
|
CATEGORIES= devel
|
2001-08-01 17:46:50 +00:00
|
|
|
MASTER_SITES= http://www.freedesktop.org/software/pkgconfig/releases/ \
|
|
|
|
${MASTER_SITE_SOURCEFORGE}
|
2001-04-29 11:23:21 +00:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2001-05-11 16:36:50 +00:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2001-04-29 11:23:21 +00:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_LIBTOOL= yes
|
2001-07-20 12:01:15 +00:00
|
|
|
LIBTOOLFILES= glib-1.2.8/configure
|
2001-04-29 11:23:21 +00:00
|
|
|
LIBTOOLFLAGS= --disable-ltlibs \
|
|
|
|
--disable-shared
|
2001-08-01 17:46:50 +00:00
|
|
|
MAKE_ENV= PKGCONF_BUILD=yes
|
2001-04-29 11:23:21 +00:00
|
|
|
|
2001-04-29 11:50:03 +00:00
|
|
|
PLIST_SUB= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE}
|
|
|
|
|
2001-04-29 11:23:21 +00:00
|
|
|
MAN1= pkg-config.1
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${MKDIR} ${PREFIX}/libdata/pkgconfig
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|