Files
espie 0d78a6b671 MASTER_SITES -> SITES
now I only need to finish modules!
2023-09-27 20:37:01 +00:00

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>