mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
fe304b4a26
an awesome Kit-Cat mode for the venerable X10 xclock from the 80s, ported to X11/Motif. see http://codefromabove.com/2014/05/catclock/ ok and wayland tests volker@
20 lines
424 B
Makefile
20 lines
424 B
Makefile
COMMENT = Kit-cat xclock
|
|
|
|
GH_ACCOUNT = BarkyTheDog
|
|
GH_PROJECT = catclock
|
|
GH_COMMIT = 20481a14cd824d215d4d8869472ed97660135d1d
|
|
DISTNAME = ${GH_PROJECT}-0.20260523
|
|
CATEGORIES = x11 graphics
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
LIB_DEPENDS = x11/motif
|
|
WANTLIB += X11 Xext Xm Xt c m
|
|
|
|
post-install:
|
|
mv ${PREFIX}/bin/xclock ${PREFIX}/bin/catclock
|
|
${INSTALL_MAN} ${WRKSRC}/xclock.man ${PREFIX}/man/man1/catclock.1
|
|
|
|
.include <bsd.port.mk>
|