aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xine/Makefile
blob: a6ecf618933cdf3ecf0013849999f1edc2bbcfc9 (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# New ports collection makefile for:    xine
# Date created:         14 Oct 2000
# Whom:                 alex
#
# $FreeBSD$
#

PORTNAME=   xine
PORTVERSION=    0.9.9
CATEGORIES= graphics
MASTER_SITES=   http://xine.sourceforge.net/files/ \
        ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME=   ${PORTNAME}-ui-${PORTVERSION}

MAINTAINER= nobutaka@FreeBSD.org

LIB_DEPENDS=    xine.0:${PORTSDIR}/graphics/libxine \
        aa.1:${PORTSDIR}/graphics/aalib \
        png.5:${PORTSDIR}/graphics/png \
        intl.2:${PORTSDIR}/devel/gettext

USE_X_PREFIX=   yes
USE_IMLIB=  yes
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib" \
        THREAD_CFLAGS="${PTHREAD_CFLAGS}" \
        THREAD_LIBS="${PTHREAD_LIBS}"
CONFIGURE_ARGS= --with-w32-path=${LOCALBASE}/lib/win32

MANLANG=    "" de es fr pl
MAN1=       aaxine.1 xine.1 xine-bugreport.1 xine-check.1 xine-remote.1

.include <bsd.port.pre.mk>

.if (${ARCH} == "i386")
.if !defined(WITHOUT_WIN32_CODECS)
RUN_DEPENDS=    ${CODEC_DETECTION_FILE}:${CODEC_PORT}

CODEC_PORT= ${PORTSDIR}/graphics/win32-codecs
CODEC_DETECTION_FILE!=  ${MAKE} -f ${CODEC_PORT}/Makefile -V CODEC_DETECTION_FILE
.endif
.endif

post-patch:
    @${PERL} -pi -e \
        's|THREAD_LIBS=.*$$|THREAD_LIBS="\$$THREAD_LIBS"|g ; \
         s|THREAD_CFLAGS=.*$$|THREAD_CFLAGS="\$$THREAD_CFLAGS"|g ; \
         s|-L/usr/local/lib||g ; \
         s|-I/usr/local/include||g' ${WRKSRC}/configure

post-install:
.for l in es fr
    @${CP} ${PREFIX}/man/man1/aaxine.1 ${PREFIX}/man/${l}/man1/aaxine.1
.endfor
.for l in es fr pl
    @${CP} ${PREFIX}/man/man1/xine-bugreport.1 ${PREFIX}/man/${l}/man1/xine-bugreport.1
.endfor
.for l in es fr pl
    @${CP} ${PREFIX}/man/man1/xine-check.1 ${PREFIX}/man/${l}/man1/xine-check.1
.endfor
.for l in de es fr pl
    @${CP} ${PREFIX}/man/man1/xine-remote.1 ${PREFIX}/man/${l}/man1/xine-remote.1
.endfor
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.post.mk>