mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
835726cb71
Approved by: portmgr (blanket infrastructure)
23 lines
439 B
Makefile
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>
|