aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/sapphire/Makefile
diff options
context:
space:
mode:
authorYukihiro Nakai <nakai@FreeBSD.org>2000-01-27 11:07:41 +0000
committerYukihiro Nakai <nakai@FreeBSD.org>2000-01-27 11:07:41 +0000
commit63bc45902424967ba4878bf9d9ba2bdb6a4b7ef8 (patch)
treea8b46fd846d5e56ab2fb1545f3cd20c2e57f4c0e /x11-wm/sapphire/Makefile
parentf27fb649ff85ea6ff8afda4aa4c605a342abadb2 (diff)
downloadports-63bc45902424967ba4878bf9d9ba2bdb6a4b7ef8.tar.gz
ports-63bc45902424967ba4878bf9d9ba2bdb6a4b7ef8.zip
Initial import.
Small new window manager. PR: ports/16386 Submitted by: trevor@jpj.net
Notes
Notes: svn path=/head/; revision=25113
Diffstat (limited to 'x11-wm/sapphire/Makefile')
-rw-r--r--x11-wm/sapphire/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-wm/sapphire/Makefile b/x11-wm/sapphire/Makefile
new file mode 100644
index 000000000000..16c2c2165580
--- /dev/null
+++ b/x11-wm/sapphire/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: sapphire
+# Version required: 0.13.6
+# Date created: 26 Jan 2000
+# Whom: trevor@jpj.net
+#
+# $FreeBSD$
+#
+
+DISTNAME= sapphire-0.13.6
+CATEGORIES= x11-wm
+MASTER_SITES= http://download.sourceforge.net/sapphire/
+
+MAINTAINER= trevor@jpj.net
+
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>