summaryrefslogtreecommitdiff
path: root/x11/xmold/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xmold/Makefile')
-rw-r--r--x11/xmold/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11/xmold/Makefile b/x11/xmold/Makefile
new file mode 100644
index 000000000000..84a26caffaa5
--- /dev/null
+++ b/x11/xmold/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: xmold
+# Version required: 1.0
+# Date created: 11 October 1996
+# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
+#
+# $Id: porting.sgml,v 1.25 1996/08/01 00:12:11 asami Exp $
+#
+
+DISTNAME= xmold
+PKGNAME= xmold-1.0
+CATEGORIES= x11
+MASTER_SITES= ftp://cclub.tutcc.tut.ac.jp/pub/xwin/
+
+MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp
+
+USE_IMAKE= yes
+
+do-install:
+ @mkdir -p ${PREFIX}/bin
+ @install -c -s ${WRKSRC}/xmold ${PREFIX}/bin
+ @chmod 755 ${PREFIX}/bin/xmold
+ @chown bin.bin ${PREFIX}/bin/xmold
+
+.include <bsd.port.mk>