summaryrefslogtreecommitdiff
path: root/devel/mico/Makefile
diff options
context:
space:
mode:
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>