diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-06 16:22:12 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-06 16:22:12 +0000 |
commit | 95b3b7e3b05a0d52b8a656425d1f5274d19c0cb8 (patch) | |
tree | 453b93873b22a8bd3a0ca9094a26340917d549ab /x11-wm/wmx/Makefile | |
parent | c4f7786a27b4b410e1c9cf08263a49ac8454f492 (diff) | |
download | ports-95b3b7e3b05a0d52b8a656425d1f5274d19c0cb8.tar.gz ports-95b3b7e3b05a0d52b8a656425d1f5274d19c0cb8.zip |
Notes
Diffstat (limited to 'x11-wm/wmx/Makefile')
-rw-r--r-- | x11-wm/wmx/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/x11-wm/wmx/Makefile b/x11-wm/wmx/Makefile index b7e91de8f028..ae48d7c87ffd 100644 --- a/x11-wm/wmx/Makefile +++ b/x11-wm/wmx/Makefile @@ -3,28 +3,29 @@ # Date created: 11. Jan 1998 # Whom: Stefan Zehl <sec@42.org> # -# $Id: Makefile,v 1.5 1998/09/17 00:32:59 asami Exp $ +# $Id: Makefile,v 1.6 1998/12/15 18:56:58 sada Exp $ # -DISTNAME= wmx-4 -PKGNAME= wmx-4.0 +DISTNAME= wmx-5sec6 +PKGNAME= wmx-5.6 CATEGORIES= x11-wm -MASTER_SITES= http://www.all-day-breakfast.com/wmx/ \ - ftp://ftp.tu-clausthal.de/pub/unix.new/x11-wm/ \ - ftp://ftp.maths.tcd.ie/src/eoin-tmp/window_managers/ +MASTER_SITES= ftp://ftp.42.org/pub/wmx/ \ + http://www.all-day-breakfast.com/wmx/ MAINTAINER= sec@42.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm USE_X_PREFIX= yes -ALL_TARGET= depend wmx +GNU_CONFIGURE= YES do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmx ${PREFIX}/bin + @${MKDIR} ${PREFIX}/lib/X11/wmx/menu .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/wmx ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmx + ${INSTALL_DATA} ${WRKSRC}/README.contrib ${PREFIX}/share/doc/wmx .endif .include <bsd.port.mk> |