diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-01-27 11:07:41 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-01-27 11:07:41 +0000 |
commit | 63bc45902424967ba4878bf9d9ba2bdb6a4b7ef8 (patch) | |
tree | a8b46fd846d5e56ab2fb1545f3cd20c2e57f4c0e /x11-wm/sapphire/Makefile | |
parent | f27fb649ff85ea6ff8afda4aa4c605a342abadb2 (diff) | |
download | ports-63bc45902424967ba4878bf9d9ba2bdb6a4b7ef8.tar.gz ports-63bc45902424967ba4878bf9d9ba2bdb6a4b7ef8.zip |
Notes
Diffstat (limited to 'x11-wm/sapphire/Makefile')
-rw-r--r-- | x11-wm/sapphire/Makefile | 19 |
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> |