mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
e1bfdfbe56
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
31 lines
598 B
Makefile
31 lines
598 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:noman
|
|
USE_XORG= xpm xmu
|
|
|
|
PORTDOCS= README
|
|
PLIST_FILES= bin/wmeyes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
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>
|