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/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/devel/pkg-config/Makefile b/devel/pkg-config/Makefile
deleted file mode 100644
index 210bd46187fa..000000000000
--- a/devel/pkg-config/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: pkgconfig
-# Date created: 30 April 2001
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/devel/pkgconfig/Makefile,v 1.6 2005/10/14 20:39:57 adamw Exp $
-#
-
-PORTNAME= pkgconfig
-PORTVERSION= 0.20
-CATEGORIES= devel
-MASTER_SITES= http://pkgconfig.freedesktop.org/releases/
-DISTNAME= pkg-config-${PORTVERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A utility to retrieve information about installed libraries
-
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-USE_GNOME= gnometarget
-
-MAN1= pkg-config.1
-
-.include <bsd.port.pre.mk>
-
-PC_PATH=${PREFIX}/libdata/pkgconfig
-.if ${LOCALBASE} != ${PREFIX}
-PC_PATH:= ${PC_PATH}:${LOCALBASE}/libdata/pkgconfig
-.endif
-.if ${X11BASE} != ${PREFIX}
-PC_PATH:= ${PC_PATH}:${X11BASE}/libdata/pkgconfig
-.endif
-
-CONFIGURE_ARGS= --disable-threads \
- --with-pc-path="${PC_PATH}"
-
-.include <bsd.port.post.mk>