summaryrefslogtreecommitdiff
path: root/x11/xgas/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xgas/Makefile')
-rw-r--r--x11/xgas/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/xgas/Makefile b/x11/xgas/Makefile
new file mode 100644
index 00000000000..0dad6282ab5
--- /dev/null
+++ b/x11/xgas/Makefile
@@ -0,0 +1,22 @@
+#New ports collection makefile for: xgas
+# Version required:
+# Date created: 20 Oct 1996
+# Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
+#
+# $Id: Makefile,v 1.1.1.1 1997/10/11 21:55:09 hubertf Exp $
+#
+
+DISTNAME= xgas
+PKGNAME= xgas-1.0
+CATEGORIES= misc
+MASTER_SITES= ftp://ftp.tut.ac.jp/.h3/X11/X11R6/contrib/programs/
+
+MAINTAINER= nakai@mlab.t.u-tokyo.ac.jp
+
+USE_IMAKE= yes
+
+post-install:
+ @chmod 755 ${PREFIX}/bin/xgas
+ @chown bin.bin ${PREFIX}/bin/xgas
+
+.include <bsd.port.mk>