aboutsummaryrefslogtreecommitdiff
path: root/devel/gnome-common/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gnome-common/Makefile')
-rw-r--r--devel/gnome-common/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/devel/gnome-common/Makefile b/devel/gnome-common/Makefile
deleted file mode 100644
index 600ae0d73aee..000000000000
--- a/devel/gnome-common/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: gnomecommon
-# Date created: 04 April 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gnomecommon
-PORTVERSION= 1.2.4
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta5
-DISTNAME= gnome-common-${PORTVERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-
-BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
-RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
-
-.include <bsd.port.mk>