summaryrefslogtreecommitdiffstats
path: root/devel/libIDL/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-24 23:04:44 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-24 23:04:44 +0800
commit3a0d53872d0cd0c32392408ab8d63978ca02d1e4 (patch)
tree9be2b7557894e9bf23fa41eade2756840befe41f /devel/libIDL/Makefile
parent7f6ca72a1308ff01c6f9705eeb2b6503597f38a6 (diff)
downloadmarcuscom-ports-3a0d53872d0cd0c32392408ab8d63978ca02d1e4.tar
marcuscom-ports-3a0d53872d0cd0c32392408ab8d63978ca02d1e4.tar.gz
marcuscom-ports-3a0d53872d0cd0c32392408ab8d63978ca02d1e4.tar.bz2
marcuscom-ports-3a0d53872d0cd0c32392408ab8d63978ca02d1e4.tar.lz
marcuscom-ports-3a0d53872d0cd0c32392408ab8d63978ca02d1e4.tar.xz
marcuscom-ports-3a0d53872d0cd0c32392408ab8d63978ca02d1e4.tar.zst
marcuscom-ports-3a0d53872d0cd0c32392408ab8d63978ca02d1e4.zip
- Remove, now in ports
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6731 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libIDL/Makefile')
-rw-r--r--devel/libIDL/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/devel/libIDL/Makefile b/devel/libIDL/Makefile
deleted file mode 100644
index 724b846a7..000000000
--- a/devel/libIDL/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: libIDL
-# Date Created: 12 February 2002
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom$
-
-PORTNAME= libIDL
-PORTVERSION= 0.8.7
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A library for creating trees of CORBA IDL files
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_BISON= yes
-USE_GNOME= gnomehack glib20
-INSTALLS_SHLIB= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-INFO= libIDL2
-
-.include <bsd.port.mk>