diff options
Diffstat (limited to 'audio/xcd/Makefile')
-rw-r--r-- | audio/xcd/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/audio/xcd/Makefile b/audio/xcd/Makefile index 22bc16577e4c..739a2ced4e76 100644 --- a/audio/xcd/Makefile +++ b/audio/xcd/Makefile @@ -1,6 +1,15 @@ +# New ports collection makefile for: xcd +# Version required: ? +# Date created: 22 November 1994 +# Whom: jmz +# +# $Id$ +# + DISTNAME= xcd -MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/ CATEGORIES+= audio +MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/ + MAINTAINER= jmz@FreeBSD.org .include <bsd.port.mk> |