mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
60ee3e9d02
While here: Trim headers Remove indefinite articles Mark as broken ports not building with gcc or clang Convert to optionsng
34 lines
642 B
Makefile
34 lines
642 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= The world's most useless WindowMaker dock app
|
|
|
|
USES= imake
|
|
USE_XORG= xpm xmu
|
|
NO_INSTALL_MANPAGES= yes
|
|
|
|
PORTDOCS= README
|
|
PLIST_FILES= bin/wmeyes
|
|
|
|
.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>
|