freebsd-ports/multimedia/bmp-extra-plugins/Makefile
Alexey Dokuchaev b22f2812d1 - Fix the build with recent GCC [1]
- Use commas in sed(1) regexps for consistency
- Wrap lines so they fit in standard terminal width
- Pacify portlint(1) to some extent

Reported by:	pointyhat [1]
2007-06-14 10:01:09 +00:00

39 lines
1 KiB
Makefile

# New ports collection makefile for: bmp-extra-plugins
# Date created: Tue Sep 21 17:09:43 CEST 2004
# Whom: Jan Srzednicki <w@wrzask.pl>
#
# $FreeBSD$
#
PORTNAME= bmp-extra-plugins
PORTVERSION= 0.2.2
PORTREVISION= 5
CATEGORIES= multimedia audio
MASTER_SITES= http://wrzask.pl/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= A collection of additional plugins for beep media player
LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player \
vorbis.3:${PORTSDIR}/audio/libvorbis \
artsc.0:${PORTSDIR}/audio/arts
USE_GNOME= libglade2 esound
USE_GETTEXT= yes
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-ogg=${LOCALBASE} \
--with-vorbis=${LOCALBASE}
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
@${REINPLACE_CMD} -e 's,-pthread,${PTHREAD_LIBS},g ; \
s,echo aout,echo elf,' ${WRKSRC}/configure
@${REINPLACE_CMD} -e '38,40s,^static ,,' \
${WRKSRC}/output/crossfade/monitor.c
@${REINPLACE_CMD} -e '97s,^static ,,' \
${WRKSRC}/output/crossfade/oss.c
.include <bsd.port.mk>