mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
6063794277
Website and distfile are actually accessible if one ignores some problem with the certificate, but we'd better provide a couple of fallback mirrors for the time being. While here, chase HTTP/1.1 301 Moved Permanently redirect, amend USE_XORG list, install all supplied documentation files, define LICENSE (MIT).
32 lines
718 B
Makefile
32 lines
718 B
Makefile
PORTNAME= wmeyes
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= https://bstern.org/wmeyes/ \
|
|
http://vault.101011010.xyz/distfiles/ \
|
|
http://freebsd.nsu.ru/distfiles/ LOCAL/danfe
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
|
COMMENT= World's most useless Window Maker dockapp
|
|
WWW= https://bstern.org/wmeyes/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= imake:noman xorg
|
|
USE_XORG= ice sm x11 xext xmu xpm xt
|
|
|
|
PLIST_FILES= bin/wmeyes
|
|
PORTDOCS= ChangeLog README
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|Target(|TargetNoMan(|g' ${WRKSRC}/Imakefile
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|