mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
20 lines
408 B
Makefile
20 lines
408 B
Makefile
# New ports collection makefile for: xcd
|
|
# Version required: 1.4
|
|
# Date created: 22 November 1994
|
|
# Whom: jmz
|
|
#
|
|
# $Id: Makefile,v 1.10 1995/12/13 02:12:54 jmz Exp $
|
|
#
|
|
|
|
DISTNAME= xcd-1.4
|
|
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>
|