aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xtacy/Makefile
blob: bcde5da5d65e2af19db74cae8041eaa5458e09a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: matt@bdd.net
# $FreeBSD$

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

USES=       imake
USE_XORG=   x11 xext
PLIST_FILES=    bin/xtacy man/man1/xtacy.1.gz

WRKSRC=     ${WRKDIR}/Xtacy

.include <bsd.port.mk>