blob: e24a80d72ebcd4febb37f5c60abb484dbfd19e47 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# 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= 4
CATEGORIES= multimedia audio
MASTER_SITES= http://wrzask.pl/files/
MAINTAINER= w@wrzask.pl
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_X_PREFIX= yes
USE_REINPLACE= 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' \
${WRKSRC}/configure
.include <bsd.port.mk>
|