1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/games/wmeyes/Makefile
Adam Weinberger 95786c7af1 Remove backslashes from single- and double-quotes in COMMENT and _DESC
strings, that were passed through rather than escaping anything.

Approved by:	portmgr (not really, but it touches unstaged ports)
2014-07-23 01:45:47 +00:00

30 lines
595 B
Makefile

# 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= World's most useless WindowMaker dock app
USES= imake
USE_XORG= xpm xmu
NO_INSTALL_MANPAGES= yes
PORTDOCS= README
PLIST_FILES= bin/wmeyes
post-patch:
@${REINPLACE_CMD} -e 's|Target(|TargetNoMan(|g' ${WRKSRC}/Imakefile
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>