diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-25 17:00:56 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-25 17:00:56 +0000 |
commit | 0e85c1738f1cadcf3e5d5f5ad4d5065b23440dee (patch) | |
tree | eb1badb4ba60c9a471c06d373450590f48718d54 | |
parent | b24a5a7fc10213505963d029dfe3b3419c273c26 (diff) |
Notes
-rw-r--r-- | audio/cuetools/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/cuetools/Makefile b/audio/cuetools/Makefile index e9b36d4b4073..933f1c8d7830 100644 --- a/audio/cuetools/Makefile +++ b/audio/cuetools/Makefile @@ -9,11 +9,14 @@ PORTNAME= cuetools PORTVERSION= 1.3.1 PORTREVISION= 3 CATEGORIES= audio -MASTER_SITES= http://download.berlios.de/cuetools/ +MASTER_SITES= BERLIOS MAINTAINER= ports@FreeBSD.org COMMENT= A set of utilities for working with cue files and toc files +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + USE_GMAKE= yes GNU_CONFIGURE= yes |