1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/x11/xtacy/Makefile
Vanilla I. Shu 835726cb71 Support stagedir.
Approved by:	portmgr (blanket infrastructure)
2014-01-09 14:48:54 +00:00

23 lines
439 B
Makefile

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