1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/x11/xtacy/Makefile
Gleb Popov e427ab10bf *: Move manpages to share/man for imake ports.
Approved by:	portmgr (blanket)
2024-02-04 22:13:55 +03:00

22 lines
434 B
Makefile

PORTNAME= xtacy
PORTVERSION= 1.14
PORTREVISION= 3
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
WWW= http://www.gweep.net/~jer/xtacy.html
LICENSE= GPLv2
USES= imake xorg
USE_XORG= x11 xext
PLIST_FILES= bin/xtacy share/man/man1/xtacy.1.gz
WRKSRC= ${WRKDIR}/Xtacy
.include <bsd.port.mk>