Skip to content

Commit

Permalink
games/wmeyes: the port had been resurrected^Wreadded
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Jul 28, 2023
1 parent 30790b7 commit 6063794
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 1 deletion.
1 change: 0 additions & 1 deletion MOVED
Expand Up @@ -2680,7 +2680,6 @@ games/quake3-ra3||2019-10-16|Has expired: Unfetchable, unmaintained
games/sdlCC||2019-10-16|Has expired: Unfetchable, unmaintained
games/speyes||2019-10-16|Has expired: Unfetchable, unmaintained
games/vodovod||2019-10-16|Has expired: Unfetchable, unmaintained
games/wmeyes||2019-10-16|Has expired: Unfetchable, unmaintained
games/wmshuffle||2019-10-16|Has expired: Unfetchable, unmaintained
games/xabacus||2019-10-16|Has expired: Unfetchable, unmaintained
games/xpacman||2019-10-16|Has expired: Unfetchable, unmaintained
Expand Down
1 change: 1 addition & 0 deletions games/Makefile
Expand Up @@ -1045,6 +1045,7 @@
SUBDIR += widelands
SUBDIR += wipeclean
SUBDIR += wizznic
SUBDIR += wmeyes
SUBDIR += wmpuzzle
SUBDIR += wmqstat
SUBDIR += wmtictactoe
Expand Down
31 changes: 31 additions & 0 deletions games/wmeyes/Makefile
@@ -0,0 +1,31 @@
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>
3 changes: 3 additions & 0 deletions games/wmeyes/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1106263130
SHA256 (wmeyes-1.2.tar.gz) = c09c88d4915cb06ddf116f474d33ecd9c5d813103c350d1817c72e8cc33ae551
SIZE (wmeyes-1.2.tar.gz) = 10681
4 changes: 4 additions & 0 deletions games/wmeyes/pkg-descr
@@ -0,0 +1,4 @@
WMeyes is a pretty simple application: it sits in the Window Maker dock,
and a pair of eyes track your cursor. Actually, the program should work
in all window managers, but then you don't have a dock to sit it in, in
which case you might as well use XEyes.

0 comments on commit 6063794

Please sign in to comment.