mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
9421a44868
I have left out zircon, which seems to have provisions for tcl81, and hfsutils and filerunner, which have been upgraded and probably checked in the meantime.
21 lines
441 B
Makefile
21 lines
441 B
Makefile
# New ports collection makefile for: xcd
|
|
# Version required: 1.6
|
|
# Date created: 22 November 1994
|
|
# Whom: jmz
|
|
#
|
|
# $Id: Makefile,v 1.18 1997/10/08 13:10:20 jmz Exp $
|
|
#
|
|
|
|
DISTNAME= xcd-1.6
|
|
CATEGORIES= audio tk80
|
|
MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/
|
|
|
|
MAINTAINER= jmz@FreeBSD.org
|
|
|
|
RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80
|
|
|
|
WRKSRC= ${WRKDIR}/xcd
|
|
MAN1= cdplayer.1 xcd.1
|
|
|
|
.include <bsd.port.mk>
|