mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
081079e0db
in the first place.
29 lines
620 B
Makefile
29 lines
620 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.4 1998/09/15 11:13:37 asami Exp $
|
|
#
|
|
|
|
DISTNAME= wmx-4
|
|
PKGNAME= wmx-4.0
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= http://www.netcomuk.co.uk/~cannam/
|
|
|
|
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>
|