diff options
-rw-r--r-- | LEGAL | 1 | ||||
-rw-r--r-- | audio/timidity/Makefile | 14 |
2 files changed, 5 insertions, 10 deletions
@@ -207,7 +207,6 @@ gnome2/mcitymicrogui-default* x11-themes/metacity-theme-microgui Themes may the author. Keep FreeBSD safe if the theme author violated copyrights -goemon.tgz audio/timidity Uses copyrighted patches GoogleEarthLinux-* astro/google-earth Not really sure about the redistribution terms goPod-* misc/*gopod Unclear legal status in EU diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index f0840cac4c8b..3b5fbe05cd4a 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -1,25 +1,21 @@ -# New ports collection makefile for: timidity -# Date created: 17 Nov 1996 -# Whom: ache -# # $FreeBSD$ -# PORTNAME= timidity PORTVERSION= 0.2i PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= ftp://ftp.kiarchive.ru/pub/misc/hardware/soundcard/gus/:tiins \ - http://www.onicos.com/staff/iz/timidity/dist/:timidity +MASTER_SITES= http://www.onicos.com/staff/iz/timidity/dist/:timidity + DISTFILES= ${TIINS}:tiins ${DISTNAME}.tar.gz:timidity EXTRACT_ONLY= ${DISTNAME}.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= MIDI to WAV renderer and player -CONFLICTS= timidity++-2.13.* +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-12-29 -NO_CDROM= "Uses copyrighted patches" +CONFLICTS= timidity++-2.13.* TIINS= goemon.tgz INSTALL_TARGET= install.all |