cda5859646
Submitted by: bento
32 lines
647 B
Makefile
32 lines
647 B
Makefile
# New ports collection makefile for: pkgconfig
|
|
# Date created: 30 April 2001
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pkgconfig
|
|
PORTVERSION= 0.12.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
MASTER_SITE_SUBDIR= sources/pkgconfig/0.12
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
USE_BZIP2= yes
|
|
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-install:
|
|
${MKDIR} ${PREFIX}/libdata/pkgconfig
|
|
|
|
.include <bsd.port.mk>
|