aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xtacy/Makefile
blob: a68424635ac0d4bcb47a103d4eba4cc95f8e1278 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:    xtacy
# Date created:         25 July 1996
# Whom:                 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=    An X11 trippy color-cycling toy

USE_IMAKE=  yes
USE_XORG=   x11 xext
MAN1=       xtacy.1
PLIST_FILES=    bin/xtacy

WRKSRC=     ${WRKDIR}/Xtacy

.include <bsd.port.mk>