mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
29 lines
570 B
Makefile
29 lines
570 B
Makefile
|
# New ports collection makefile for: wmx
|
||
|
# Version required: 4.0
|
||
|
# Date created: 11. Jan 1998
|
||
|
# Whom: Stefan Zehl <sec@42.org>
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= wmx-4
|
||
|
PKGNAME= wmx-4.0
|
||
|
CATEGORIES= x11
|
||
|
MASTER_SITES= http://www.netcomuk.co.uk/~cannam/
|
||
|
|
||
|
MAINTAINER= sec@42.org
|
||
|
|
||
|
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
||
|
|
||
|
USE_X11= 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>
|