diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-09 17:12:57 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-09 17:12:57 +0000 |
commit | 35d66bdf72eb08c1e8e2224d374352add67ea8cf (patch) | |
tree | 0878b37d988d0008d1a793c1bfab202cfcd9c027 /audio/cuetools | |
parent | f7e59f59a7d3d34285809fe0a5c7eb249979665a (diff) | |
download | ports-35d66bdf72eb08c1e8e2224d374352add67ea8cf.tar.gz ports-35d66bdf72eb08c1e8e2224d374352add67ea8cf.zip |
Notes
Diffstat (limited to 'audio/cuetools')
-rw-r--r-- | audio/cuetools/Makefile | 20 | ||||
-rw-r--r-- | audio/cuetools/distinfo | 4 | ||||
-rw-r--r-- | audio/cuetools/pkg-descr | 2 |
3 files changed, 16 insertions, 10 deletions
diff --git a/audio/cuetools/Makefile b/audio/cuetools/Makefile index c1ec51633596..457e543109e7 100644 --- a/audio/cuetools/Makefile +++ b/audio/cuetools/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cuetools -PORTVERSION= 0.5.2 +PORTVERSION= 0.6 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,18 +14,26 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A set of utilities for working with cue files and toc files +USE_REINPLACE= yes USE_GMAKE= yes MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" prefix="${PREFIX}" \ - INSTALL_PROGRAM="${INSTALL_PROGRAM}" + INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ + INSTALL_DATA="${INSTALL_DATA}" -PORTDOCS= ChangeLog README cuerename formats useage -PLIST_FILES= bin/cuebreakpoints bin/cueconvert bin/cuerename +PORTDOCS= CHANGES README cuerename formats useage +PLIST_FILES= bin/cueconvert bin/cuerename + +MAN1= cueconvert.1 cuerename.1 + +post-patch: + @${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|-D ||g' post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for file in ChangeLog README doc/cuerename doc/formats doc/useage - ${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR} +.for file in CHANGES README doc/cuerename doc/formats doc/useage + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif diff --git a/audio/cuetools/distinfo b/audio/cuetools/distinfo index 4f3e6d2e46e4..4adb064fead4 100644 --- a/audio/cuetools/distinfo +++ b/audio/cuetools/distinfo @@ -1,2 +1,2 @@ -MD5 (cuetools-0.5.2.tar.gz) = 63e61df4482f2e71c1fd8425ede08c41 -SIZE (cuetools-0.5.2.tar.gz) = 21038 +MD5 (cuetools-0.6.tar.gz) = c3b4f6c5f650ba06156f25d70533698a +SIZE (cuetools-0.6.tar.gz) = 21583 diff --git a/audio/cuetools/pkg-descr b/audio/cuetools/pkg-descr index 4f7b8263f709..f60b1d10e0a9 100644 --- a/audio/cuetools/pkg-descr +++ b/audio/cuetools/pkg-descr @@ -1,8 +1,6 @@ Cuetools is a set of utilities for working with cue files and toc files. It contains: - cueconverter: convert between cue and toc formats -- cuebreakpoints: output track break points from a cue/toc file, in a - format usable by shnsplit (part of the shntool package) - cuerename: rename files based on a template WWW: http://cuetools.sourceforge.net/ |