aboutsummaryrefslogtreecommitdiff
path: root/devel/pkg-config/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pkg-config/Makefile')
-rw-r--r--devel/pkg-config/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/devel/pkg-config/Makefile b/devel/pkg-config/Makefile
deleted file mode 100644
index 742b418057fe..000000000000
--- a/devel/pkg-config/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: pkgconfig
-# Date created: 30 April 2001
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= pkgconfig
-PORTVERSION= 0.17.2
-CATEGORIES= devel
-MASTER_SITES= http://pkgconfig.freedesktop.org/releases/
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A utility to retrieve information about installed libraries
-
-USE_GMAKE= yes
-USE_LIBTOOL_VER=15
-USE_GNOME= gnometarget
-LIBTOOLFILES= glib-1.2.8/configure
-LIBTOOLFLAGS= --disable-ltlibs \
- --disable-shared
-
-MAN1= pkg-config.1
-
-.include <bsd.port.pre.mk>
-
-CONFIGURE_ARGS= --disable-threads \
- --with-pc-path="${PREFIX}/libdata/pkgconfig:${LOCALBASE}/libdata/pkgconfig:${X11BASE}/libdata/pkgconfig"
-
-.include <bsd.port.post.mk>