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/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/devel/pkg-config/Makefile b/devel/pkg-config/Makefile
deleted file mode 100644
index 33578d6fe1d1..000000000000
--- a/devel/pkg-config/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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>