aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/movingmotif/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/movingmotif/Makefile')
-rw-r--r--x11-toolkits/movingmotif/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-toolkits/movingmotif/Makefile b/x11-toolkits/movingmotif/Makefile
new file mode 100644
index 000000000000..78279f511d90
--- /dev/null
+++ b/x11-toolkits/movingmotif/Makefile
@@ -0,0 +1,20 @@
+# ex:ts=8
+# Ports collection makefile for: movingmotif
+# Date created: Sep 13, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+
+PORTNAME= movingmotif
+PORTVERSION= 2.1.0
+CATEGORIES= x11-toolkits
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ports@FreeBSD.org
+
+USE_LIBTOOL= yes
+USE_MOTIF= yes
+INSTALLS_SHLIB= yes
+
+.include <bsd.port.mk>