1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11-wm/wmx/Makefile
SADA Kenji 4a7ea5027e The wmx-distfile was unfetchable, so update the main location,
and add some other sites.
PR:	ports/9086
Submitted by:	Stefan Zehl <sec@btl.42.org>
1998-12-15 18:56:58 +00:00

31 lines
729 B
Makefile

# New ports collection makefile for: wmx
# Version required: 4.0
# Date created: 11. Jan 1998
# Whom: Stefan Zehl <sec@42.org>
#
# $Id: Makefile,v 1.5 1998/09/17 00:32:59 asami Exp $
#
DISTNAME= wmx-4
PKGNAME= wmx-4.0
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/
MAINTAINER= sec@42.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_X_PREFIX= yes
ALL_TARGET= depend wmx
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmx ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/wmx
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmx
.endif
.include <bsd.port.mk>