diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-23 19:45:43 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-23 19:45:43 +0000 |
commit | 47c6c49d3076e0e7be7369004e0abeee22ae41d8 (patch) | |
tree | 0c10a71173cc990797e5ecc4a6d78a990f524af2 /x11/9box/Makefile | |
parent | Assign MAINTAINER to Serge Gagnon <gagnon__s@videotron.ca> (diff) |
Add 9box 0.2.1, 9box can "pack" windows inside itself.
PR: 50172
Submitted by: Serge Gagnon <gagnon__s@videotron.ca>
Notes
Notes:
svn path=/head/; revision=85481
Diffstat (limited to 'x11/9box/Makefile')
-rw-r--r-- | x11/9box/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/x11/9box/Makefile b/x11/9box/Makefile new file mode 100644 index 000000000000..0efe3ce6310e --- /dev/null +++ b/x11/9box/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: 9box +# Date created: Fri Mar 21 10:10:48 EST 2003 +# Whom: Serge Gagnon <gagnon__s@videotron.ca> +# +# $FreeBSD$ +# + +PORTNAME= 9box +PORTVERSION= 0.2.1 +CATEGORIES= x11 +MASTER_SITES= http://freesoftware.fsf.org/download/9box/ \ + http://savannah.nongnu.org/download/9box/ + +MAINTAINER= gagnon__s@videotron.ca +COMMENT= 9box can "pack" windows inside itself + +USE_REINPLACE= yes +USE_XLIB= yes +USE_X_PREFIX= yes +USE_GMAKE= yes + +BUILD_WRKSRC= ${WRKSRC}/src + +post-patch: + @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' \ + ${WRKSRC}/src/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/9box ${PREFIX}/bin + +.include <bsd.port.mk> |