summaryrefslogtreecommitdiff
path: root/devel/ORBit2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ORBit2/Makefile')
-rw-r--r--devel/ORBit2/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile
deleted file mode 100644
index f68b5d9a466f..000000000000
--- a/devel/ORBit2/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: orbit
-# Version required: 0.4.93
-# Date Created: 16 Aug 1998
-# Whom: Chia-liang Kao <clkao@CirX.ORG>
-#
-# $FreeBSD$
-#
-
-DISTNAME= ORBit-0.4.93
-CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/ORBit
-
-MAINTAINER= clkao@CirX.ORG
-
-LIB_DEPENDS= glib12.2:${PORTSDIR}/devel/glib12 \
- intl.1:${PORTSDIR}/devel/gettext
-
-GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
-
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-LIBTOOLFILES= configure libIDL/configure popt/configure
-CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}"
-CONFIGURE_ARGS= --disable-indent
-
-.include <bsd.port.mk>