1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/x11/xtacy/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

27 lines
517 B
Makefile

# New ports collection makefile for: xtacy
# Date created: 25 July 1996
# Whom: matt@bdd.net
#
# $FreeBSD$
#
PORTNAME= xtacy
PORTVERSION= 1.14
PORTREVISION= 1
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
MAN1= xtacy.1
PLIST_FILES= bin/xtacy
WRKSRC= ${WRKDIR}/Xtacy
.include <bsd.port.mk>