mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
20 lines
407 B
Makefile
20 lines
407 B
Makefile
# New ports collection makefile for: xcd
|
|
# Version required: 1.3
|
|
# Date created: 22 November 1994
|
|
# Whom: jmz
|
|
#
|
|
# $Id: Makefile,v 1.9 1995/11/23 14:33:20 jmz Exp $
|
|
#
|
|
|
|
DISTNAME= xcd-1.3
|
|
CATEGORIES+= audio
|
|
MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/
|
|
|
|
WRKSRC= ${WRKDIR}/xcd
|
|
|
|
MAINTAINER= jmz@FreeBSD.org
|
|
|
|
RUN_DEPENDS= wish:${PORTSDIR}/x11/tk
|
|
|
|
.include <bsd.port.mk>
|