diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2002-10-22 12:49:50 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2002-10-22 12:49:50 +0000 |
commit | 9c29fe16b461bddaa41a962eb212c84de2db44ce (patch) | |
tree | 63e4276dbab99b26c9582592a5bebd66bfee60d5 /audio/cmt | |
parent | 1bc4fe9a3efc9149a85a7f34344790ee55909f8a (diff) | |
download | ports-9c29fe16b461bddaa41a962eb212c84de2db44ce.tar.gz ports-9c29fe16b461bddaa41a962eb212c84de2db44ce.zip |
Notes
Diffstat (limited to 'audio/cmt')
-rw-r--r-- | audio/cmt/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/cmt/Makefile b/audio/cmt/Makefile index 7a890255f140..41cdfc4cc0ac 100644 --- a/audio/cmt/Makefile +++ b/audio/cmt/Makefile @@ -1,15 +1,16 @@ # New ports collection Makefile for: cmt # Date created: 11 May 2002 -# Whom: Tilman Linneweh <freebsdports@arved.de +# Whom: Tilman Linneweh <arved@FreeBSD.org> # # $FreeBSD$ PORTNAME= cmt PORTVERSION= 1.14 CATEGORIES= audio -MASTER_SITES= http://www.arved.de/bsd/src/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= arved -MAINTAINER= freebsdports@arved.de +MAINTAINER= arved@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa |