summaryrefslogtreecommitdiffstats
path: root/games/wmeyes/Makefile
blob: 711d4a04b8aefce81a241278fb125e47d3d2febf (plain)
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
32
33
34
# Created by: Zenin <zenin@archive.rhps.org>
# $FreeBSD$

PORTNAME=	wmeyes
PORTVERSION=	1.2
PORTREVISION=	1
CATEGORIES=	games
MASTER_SITES=	http://www.bstern.org/wmeyes/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	The world's most useless WindowMaker dock app

USES=		imake
USE_XORG=	xpm xmu
NO_INSTALL_MANPAGES=	yes

PORTDOCS=	README
PLIST_FILES=	bin/wmeyes

NO_STAGE=	yes
.include <bsd.port.options.mk>

post-patch:
	@${REINPLACE_CMD} -e 's|Target(|TargetNoMan(|g' ${WRKSRC}/Imakefile

post-install:
.if ${PORT_OPTIONS:MDOCS}
	@${MKDIR} ${DOCSDIR}
.for file in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
OpenPOWER on IntegriCloud