Resurrect, unbreak and modernize games/xroach
Submitter is also taking maintainership. PR: 225867 Submitted by: kidon@posteo.de
This commit is contained in:
parent
a61d49eea3
commit
35f4055811
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461766
32
games/xroach/Makefile
Normal file
32
games/xroach/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# Created by: markm
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xroach
|
||||
PORTVERSION= 4.4
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= https://cyber.dabamos.de/pub/distfiles/
|
||||
DISTNAME= ${PORTNAME}
|
||||
|
||||
MAINTAINER= kidon@posteo.de
|
||||
COMMENT= Cockroaches hide under your windows
|
||||
|
||||
DPADD+= ${LOCALBASE}/lib/libX11.a ${LIBM}
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDADD+= -L${LOCALBASE}/lib -lX11 -lm
|
||||
|
||||
MANDIR= ${LOCALBASE}/man/man
|
||||
|
||||
BINOWN= bin
|
||||
BINDIR= ${LOCALBASE}/bin
|
||||
BINMODE= 755
|
||||
|
||||
USES= imake
|
||||
USE_XORG= x11 xext
|
||||
PLIST_FILES= bin/xroach man/man6/xroach.6.gz
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} -s ${WRKSRC}/xroach ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man ${STAGEDIR}${MAN6PREFIX}/man/man6/${PORTNAME}.6
|
||||
|
||||
.include <bsd.port.mk>
|
3
games/xroach/distinfo
Normal file
3
games/xroach/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1518595646
|
||||
SHA256 (xroach.tar.gz) = 819ee19f8c333d9adaa4ab58829445112e1865b85a6ca82296d66399af344e07
|
||||
SIZE (xroach.tar.gz) = 21694
|
1300
games/xroach/files/patch-xroach.c
Normal file
1300
games/xroach/files/patch-xroach.c
Normal file
File diff suppressed because it is too large
Load Diff
4
games/xroach/pkg-descr
Normal file
4
games/xroach/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Xroach displays disgusting cockroaches on your root window. These
|
||||
creepy crawlies scamper around until they find a window to hide
|
||||
under. Whenever you move or iconify a window, the exposed beetles
|
||||
again scamper for cover.
|
Loading…
Reference in New Issue
Block a user