summaryrefslogtreecommitdiffstats
path: root/devel/pkg-config/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pkg-config/Makefile')
-rw-r--r--devel/pkg-config/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/devel/pkg-config/Makefile b/devel/pkg-config/Makefile
deleted file mode 100644
index 1d3bdb6b8..000000000
--- a/devel/pkg-config/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: pkgconfig
-# Date created: 30 April 2001
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/devel/pkg-config/Makefile,v 1.11 2008/02/04 19:10:15 ahze Exp $
-#
-
-PORTNAME= pkg-config
-PORTVERSION= 0.23
-PORTREVISION= 1
-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
-GNU_CONFIGURE= yes
-USE_GNOME= gnometarget
-
-MAN1= pkg-config.1
-
-.include <bsd.port.pre.mk>
-
-PC_PATH=${PREFIX}/libdata/pkgconfig
-PC_PATH:=${PC_PATH}:${PREFIX}/lib/pkgconfig
-.if ${LOCALBASE} != ${PREFIX}
-PC_PATH:= ${PC_PATH}:${LOCALBASE}/libdata/pkgconfig
-PC_PATH:= ${PC_PATH}:${LOCALBASE}/lib/pkgconfig
-.endif
-
-CONFIGURE_ARGS= --disable-threads \
- --with-pc-path="${PC_PATH}"
-
-.include <bsd.port.post.mk>