diff options
author | bapt <bapt@FreeBSD.org> | 2013-11-18 21:45:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-11-18 21:45:44 +0800 |
commit | fa5cfad14187ef5fd9e14f12908abe0a5fc73787 (patch) | |
tree | 003722865c3ffbd06a385211135ea1ca17afd24a /audio | |
parent | 1eefcd191af75528bbbb37fc017a8b2b5fabceba (diff) | |
download | freebsd-ports-gnome-fa5cfad14187ef5fd9e14f12908abe0a5fc73787.tar.gz freebsd-ports-gnome-fa5cfad14187ef5fd9e14f12908abe0a5fc73787.tar.zst freebsd-ports-gnome-fa5cfad14187ef5fd9e14f12908abe0a5fc73787.zip |
Convert to USES=dos2unix
While here stagify some of the ports
Modernize LIB_DEPENDS
Extract zip with bsdtar when possible
Diffstat (limited to 'audio')
-rw-r--r-- | audio/faac/Makefile | 3 | ||||
-rw-r--r-- | audio/faad/Makefile | 3 | ||||
-rw-r--r-- | audio/libgme/Makefile | 7 |
3 files changed, 3 insertions, 10 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile index 7e50d29d835a..d3b263d7bd75 100644 --- a/audio/faac/Makefile +++ b/audio/faac/Makefile @@ -14,9 +14,8 @@ LIB_DEPENDS= libmp4v2.so:${PORTSDIR}/multimedia/mp4v2 RESTRICTED= Distribution in binary form is prohibited -USES= gmake +USES= dos2unix gmake USE_BZIP2= yes -USE_DOS2UNIX= yes USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing diff --git a/audio/faad/Makefile b/audio/faad/Makefile index 58857a726d84..65d5e8006d76 100644 --- a/audio/faad/Makefile +++ b/audio/faad/Makefile @@ -11,9 +11,8 @@ MASTER_SITES= SF/faac/${PORTNAME}-src/${PORTNAME}-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= MPEG-2 and MPEG-4 AAC audio decoder -USES= gmake +USES= dos2unix gmake USE_BZIP2= yes -USE_DOS2UNIX= yes USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing diff --git a/audio/libgme/Makefile b/audio/libgme/Makefile index 11de91f23754..9ddbaa889f6d 100644 --- a/audio/libgme/Makefile +++ b/audio/libgme/Makefile @@ -14,13 +14,8 @@ LICENSE= LGPL21 LGPL3 LICENSE_COMB= dual PROJECTHOST= game-music-emu -USE_DOS2UNIX= yes -NO_STAGE= yes USE_BZIP2= yes -USES= cmake +USES= cmake dos2unix USE_LDCONFIG= yes -# XXX: dialog(1) doesn't like ^M in LICENSE_FILE -post-extract: patch-dos2unix - .include <bsd.port.mk> |