blob: ab83e72fee9a1f78d3b192bee1e4b9aa4e7ae319 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: xtacy
# Version required: 1.13
# Date created: 25 July 1996
# Whom: matt@bdd.net
#
# $Id$
#
DISTNAME= Xtacy113
PKGNAME= xtacy-1.13
CATEGORIES+= x11
MASTER_SITES= ftp://sidehack.gweep.net/pub/gweep_progs/ \
ftp://sunsite.unc.edu/pub/Linux/X11/toys/ \
ftp://ftp.infomagic.com/pub/mirrors/linux/sunsite/X11/toys/
MAINTAINER= matt@bdd.net
USE_X11= yes
WRKSRC= ${WRKDIR}/Xtacy
ALL_TARGET= xtacy
.include <bsd.port.mk>
|