diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-30 23:01:05 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-30 23:01:05 +0000 |
commit | 216ddc419baa671bdc18a793418729537600d99b (patch) | |
tree | 6b331be596022c1f3f38a56b08f44da1db3d7278 /audio/bmp-mac/Makefile | |
parent | 6888ddfe5af42cca3e395048136f34cfb0f50c53 (diff) | |
download | FreeBSD-ports-216ddc419baa671bdc18a793418729537600d99b.zip FreeBSD-ports-216ddc419baa671bdc18a793418729537600d99b.tar.gz |
Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix
Diffstat (limited to 'audio/bmp-mac/Makefile')
-rw-r--r-- | audio/bmp-mac/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/bmp-mac/Makefile b/audio/bmp-mac/Makefile index b95fc8d..4f657a2 100644 --- a/audio/bmp-mac/Makefile +++ b/audio/bmp-mac/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: bmp-mac -# Date Created: 17 January 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ PORTNAME= mac @@ -18,7 +15,7 @@ COMMENT= Monkey's Audio Codec non-win32 port LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player \ mac.2:${PORTSDIR}/audio/mac -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf libtool CPPFLAGS+= "-I${LOCALBASE}/include" |