summaryrefslogtreecommitdiffstats
path: root/devel/libIDL/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libIDL/Makefile')
-rw-r--r--devel/libIDL/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/devel/libIDL/Makefile b/devel/libIDL/Makefile
deleted file mode 100644
index be33ec803..000000000
--- a/devel/libIDL/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: libIDL
-# Date Created: 12 February 2002
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libIDL
-PORTVERSION= 0.8.0
-PORTREVISION= 2
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-
-LIB_DEPENDS= glib-2.0.200:${PORTSDIR}/devel/glib20
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_BISON= yes
-USE_GNOMENG= yes
-USE_GNOME= gnomehack
-USE_REINPLACE= yes
-INSTALLS_SHLIB= yes
-USE_LIBTOOL= yes
-CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
-
-.include <bsd.port.mk>