1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/devel/pkgconfig/Makefile
Maxim Sobolev 195ea8f9a4 - Update to 0.8.0;
- disconnect the build from gtk12 port - it was a bad idea from begining.
2001-08-01 17:46:50 +00:00

32 lines
666 B
Makefile

# New ports collection makefile for: pkgconfig
# Date created: 30 April 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pkgconfig
PORTVERSION= 0.8.0
CATEGORIES= devel
MASTER_SITES= http://www.freedesktop.org/software/pkgconfig/releases/ \
${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= gnome@FreeBSD.org
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>