diff options
-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 |