mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
0d78a6b671
now I only need to finish modules!
28 lines
471 B
Makefile
28 lines
471 B
Makefile
COMMENT= X11 trippy color-cycling toy
|
|
|
|
DISTNAME= xtacy114
|
|
PKGNAME= xtacy-1.14
|
|
REVISION= 4
|
|
CATEGORIES= x11
|
|
|
|
SITES= http://www.gweep.net/~jer/
|
|
|
|
HOMEPAGE= http://sidehack.gweep.net/~jer/xtacy.html
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= X11 Xau Xdmcp Xext c m
|
|
|
|
CONFIGURE_STYLE=imake
|
|
|
|
WRKDIST= ${WRKDIR}/Xtacy
|
|
|
|
NO_TEST= Yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKBUILD}/xtacy ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/xtacy.man ${PREFIX}/man/man1/xtacy.1
|
|
|
|
.include <bsd.port.mk>
|