2001-04-29 13:23:21 +02:00
|
|
|
# New ports collection makefile for: pkgconfig
|
|
|
|
# Date created: 30 April 2001
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pkgconfig
|
2003-01-23 00:15:51 +01:00
|
|
|
PORTVERSION= 0.15.0
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
2001-04-29 13:23:21 +02:00
|
|
|
CATEGORIES= devel
|
2002-03-11 18:53:25 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2003-01-23 00:15:51 +01:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.15
|
2002-03-11 18:53:25 +01:00
|
|
|
DIST_SUBDIR= gnome2
|
2001-04-29 13:23:21 +02:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-05-20 04:08:53 +02:00
|
|
|
COMMENT= A utility used to retrieve information about installed libraries
|
2001-04-29 13:23:21 +02:00
|
|
|
|
2002-03-11 18:53:25 +01:00
|
|
|
USE_BZIP2= yes
|
2001-04-29 13:23:21 +02:00
|
|
|
USE_GMAKE= yes
|
2004-03-14 07:17:56 +01:00
|
|
|
USE_LIBTOOL_VER= 13
|
2001-07-20 14:01:15 +02:00
|
|
|
LIBTOOLFILES= glib-1.2.8/configure
|
2001-04-29 13:23:21 +02:00
|
|
|
LIBTOOLFLAGS= --disable-ltlibs \
|
|
|
|
--disable-shared
|
2002-11-04 19:54:18 +01:00
|
|
|
CONFIGURE_ARGS= --disable-threads
|
2001-08-01 19:46:50 +02:00
|
|
|
MAKE_ENV= PKGCONF_BUILD=yes
|
2001-04-29 13:23:21 +02:00
|
|
|
|
|
|
|
MAN1= pkg-config.1
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${MKDIR} ${PREFIX}/libdata/pkgconfig
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|