1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/x11/xtacy/Makefile
2021-04-06 16:31:07 +02:00

23 lines
413 B
Makefile

# Created by: matt@bdd.net
PORTNAME= xtacy
PORTVERSION= 1.14
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= http://www.ultranet.com/~jjohnson/ \
SUNSITE/apps/graphics/hacks/X
DISTNAME= ${PORTNAME}114
MAINTAINER= matt@bdd.net
COMMENT= X11 trippy color-cycling toy
LICENSE= GPLv2
USES= imake xorg
USE_XORG= x11 xext
PLIST_FILES= bin/xtacy man/man1/xtacy.1.gz
WRKSRC= ${WRKDIR}/Xtacy
.include <bsd.port.mk>