summaryrefslogtreecommitdiff
path: root/devel/mico/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-07-04 20:41:51 +0000
committerSteve Price <steve@FreeBSD.org>1998-07-04 20:41:51 +0000
commit79639fb5fa7d444e442cd2fe823093f587b384c6 (patch)
treec16b728486275ffd7630e0876c57dd3ee4ede122 /devel/mico/Makefile
parentnew release 4.9.8 (diff)
Initial import of mico version 2.0.6.
mico - a CORBA 2.0 implementation. PR: 6221 Submitted by: Yukihiro Nakai <nakai@technologist.com>
Notes
Notes: svn path=/head/; revision=11730
Diffstat (limited to 'devel/mico/Makefile')
-rw-r--r--devel/mico/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/devel/mico/Makefile b/devel/mico/Makefile
new file mode 100644
index 000000000000..1fbc076bb838
--- /dev/null
+++ b/devel/mico/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: mico
+# Version required: 2.0.6
+# Date created: 31 March 1998
+# Whom: Yukihiro Nakai <Nakai@technologist.com>
+#
+# $Id$
+#
+
+DISTNAME= mico-2.0.6
+CATEGORIES= devel
+MASTER_SITES= http://diamant-atm.vsb.cs.uni-frankfurt.de/~mico/
+
+MAINTAINER= Nakai@technologist.com
+
+BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt
+LIB_DEPENDS= gtk\\.1\\.0:${PORTSDIR}/x11/gtk
+
+WRKSRC= ${WRKDIR}/mico
+
+CONFIGURE_ARGS= --with-qt=${X11BASE}/include/X11/qt \
+ --with-gtk=${X11BASE}/include/gtk --with-tcl=/usr/include \
+ --disable-optimize
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+MAN1= idl.1 imr.1 nsadmin.1
+MAN5= micorc.5
+MAN8= ird.8 micod.8 nsd.8
+
+post-install:
+ ${LDCONFIG} -m ${PREFIX}/lib
+
+.include <bsd.port.mk>