20 lines
410 B
Makefile
20 lines
410 B
Makefile
# New ports collection makefile for: xcd
|
|
# Version required: 1.5
|
|
# Date created: 22 November 1994
|
|
# Whom: jmz
|
|
#
|
|
# $Id: Makefile,v 1.11 1996/04/30 10:33:28 jmz Exp $
|
|
#
|
|
|
|
DISTNAME= xcd-1.5
|
|
CATEGORIES+= audio
|
|
MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/
|
|
|
|
WRKSRC= ${WRKDIR}/xcd
|
|
|
|
MAINTAINER= jmz@FreeBSD.org
|
|
|
|
RUN_DEPENDS= wish:${PORTSDIR}/x11/tk41
|
|
|
|
.include <bsd.port.mk>
|