blob: 933e8dc853bcfb64614658a314afc057cbef2dda (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# New ports collection makefile for: wmx
# Version required: 4.0
# Date created: 11. Jan 1998
# Whom: Stefan Zehl <sec@42.org>
#
# $FreeBSD$
#
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>
|