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
Steve Price 95b3b7e3b0 Update to version 5.6.
PR:		11750
Submitted by:	maintainer
1999-06-06 16:22:12 +00:00

32 lines
747 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.6 1998/12/15 18:56:58 sada Exp $
#
DISTNAME= wmx-5sec6
PKGNAME= wmx-5.6
CATEGORIES= x11-wm
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
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>