mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
5bebc7fbef
Submitted by: distfile checker
23 lines
495 B
Makefile
23 lines
495 B
Makefile
# New ports collection makefile for: xtacy
|
|
# Version required: 1.13
|
|
# Date created: 25 July 1996
|
|
# Whom: matt@bdd.net
|
|
#
|
|
# $Id: Makefile,v 1.2 1996/11/18 10:37:03 asami Exp $
|
|
#
|
|
|
|
DISTNAME= Xtacy113
|
|
PKGNAME= xtacy-1.13
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://sidehack.gweep.net/pub/gweep_progs/ \
|
|
${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= apps/graphics/hacks/X
|
|
|
|
MAINTAINER= matt@bdd.net
|
|
|
|
USE_X11= yes
|
|
WRKSRC= ${WRKDIR}/Xtacy
|
|
ALL_TARGET= xtacy
|
|
|
|
.include <bsd.port.mk>
|