aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xmms-avi/Makefile
blob: 4f59f238b58170932f13e61953beaf6d6e922bb4 (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
37
38
39
40
41
# Ports collection makefile for:  xmms-avi
# Date created:           Feb 6 2000
# Whom:               Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD$
#

PORTNAME=   xmms-avi
PORTVERSION=    1.2.2
CATEGORIES= graphics
MASTER_SITES=   http://www.xmms.org/files/plugins/avi-xmms/ \
        ftp://ftp.sunet.se/pub/multimedia/xmms/plugins/avi-xmms/ \
        ftp://ftp.fu-berlin.de/unix/sound/xmms/plugins/avi-xmms/
DISTNAME=   avi-xmms-${PORTVERSION}

MAINTAINER= roman@xpert.com

BROKEN=     Maintainer is working on a fix

BUILD_DEPENDS=  xmms-config:${PORTSDIR}/audio/xmms
LIB_DEPENDS=    aviplay-0.7.0:${PORTSDIR}/graphics/avifile
RUN_DEPENDS=    xmms:${PORTSDIR}/audio/xmms

SDL_CONFIG?=    ${LOCALBASE}/bin/sdl11-config

ONLY_FOR_ARCHS= i386
USE_X_PREFIX=   yes
USE_GNOMENG=    yes
USE_GNOME=  gtk12
USE_LIBTOOL=    yes
CONFIGURE_ENV=  SDL_CONFIG="${SDL_CONFIG}"

pre-patch:
    @${PERL} -pi.orig -e "s|SDL/SDL.h|SDL11/SDL.h|g" ${WRKSRC}/src/ctrackbar.cpp
    @${PERL} -pi.orig -e "s|lc_r|pthread|g" ${WRKSRC}/configure

# This is to avoid libtool running ldconfig -m ${X11BASE}/lib/xmms/Input
do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/src/.libs/libavixmms.so ${PREFIX}/lib/xmms/Input

.include <bsd.port.mk>