diff options
author | danfe <danfe@FreeBSD.org> | 2008-11-08 22:00:46 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2008-11-08 22:00:46 +0800 |
commit | 02404b7be0a6ed45487f4d68f417109b836bdac7 (patch) | |
tree | c54e4ed7409a938e44ad6f7bba2309461a2df4df /audio | |
parent | 98cb27aae89af0df5e82510d8020d21d37dccf62 (diff) | |
download | freebsd-ports-gnome-02404b7be0a6ed45487f4d68f417109b836bdac7.tar.gz freebsd-ports-gnome-02404b7be0a6ed45487f4d68f417109b836bdac7.tar.zst freebsd-ports-gnome-02404b7be0a6ed45487f4d68f417109b836bdac7.zip |
- Clean up Makefile
- Assume maintainership
- Improve port description, kill attribution
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mac/Makefile | 11 | ||||
-rw-r--r-- | audio/mac/pkg-descr | 11 |
2 files changed, 8 insertions, 14 deletions
diff --git a/audio/mac/Makefile b/audio/mac/Makefile index fbae0ea43c8f..c34954e9f4e2 100644 --- a/audio/mac/Makefile +++ b/audio/mac/Makefile @@ -1,6 +1,6 @@ -# New ports collection makefile for: mac -# Date created: 8 Aug 2004 -# Whom: dieringe +# New ports collection makefile for: Monkey's Audio Codec +# Date created: 8 Aug 2004 +# Whom: Martin Dieringer <Martin.Dieringer@t-online.de> # # $FreeBSD$ # @@ -11,7 +11,7 @@ CATEGORIES= audio MASTER_SITES= CENKES DISTNAME= ${PORTNAME}-3.99-u4-b5 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danfe@FreeBSD.org COMMENT= Monkey's Audio lossless codec USE_AUTOTOOLS= libtool:15 @@ -27,8 +27,5 @@ BUILD_DEPENDS+= yasm:${PORTSDIR}/devel/yasm post-patch: @${REINPLACE_CMD} -e 's|-O3||' ${WRKSRC}/configure -# @${REINPLACE_CMD} -e '/GetInfo/s|intptr_t|long|g' ${WRKSRC}/src/MACLib/*.* -# @${REINPLACE_CMD} -e 's|wcsnicmp|wcsncmp|g;s|wcsicmp|wcscmp|g;s|_wcsicmp|wcscmp|g;s|\.__pos||g' \ -# ${WRKSRC}/src/MACLib/*.* ${WRKSRC}/src/Shared/*.* .include <bsd.port.post.mk> diff --git a/audio/mac/pkg-descr b/audio/mac/pkg-descr index d3f26bb1daba..1256314a8a9d 100644 --- a/audio/mac/pkg-descr +++ b/audio/mac/pkg-descr @@ -1,9 +1,6 @@ -Monkey's Audio Codec is a lossless audio codec w/ good correspondence of -compression (and decompression) ratio and time. Monkey's Audio Codec can be -used for personal, educational and non-commercial purposes. Commercial usage -requires prior written permission from Monkey's Audio author. +Monkey's Audio Codec is a lossless audio codec with good correspondence of +compression (and decompression) ratio and time. Monkey's Audio Codec can +be used for personal, educational and non-commercial purposes. Commercial +usage requires prior written permission from Monkey's Audio author. WWW: http://www.monkeysaudio.com/ - -- dieringe -dieringe@zedat.fu-berlin.de |