aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libdvdread/Makefile
blob: 756c75eee534ff52f9d9e835b34ad9068607e7c2 (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
# New ports collection makefile for:    libdvdread
# Date created:             24 Jun 2001
# Whom:                 Marc van Woerkom <3d@freebsd.org>
#
# $FreeBSD$
#

PORTNAME=   libdvdread
PORTVERSION=    0.9.2
PORTREVISION=   1
CATEGORIES= graphics
MASTER_SITES=   http://www.dtek.chalmers.se/groups/dvd/dist/

MAINTAINER= 3d@FreeBSD.org

GNU_CONFIGURE=  yes
USE_LIBTOOL=    yes
INSTALLS_SHLIB= yes

DOC_FILES=  AUTHORS NEWS README TODO

# optional CFLAGS safeness
.if !defined(WITH_OPTIMIZED_CFLAGS)
USE_AUTOCONF=   yes
EXTRA_PATCHES=  ${FILESDIR}/extra-patch-configure.in
.endif

pre-everything::
.if !defined(WITH_OPTIMIZED_CFLAGS)
    @${ECHO_MSG} "====> If you want to enable optimizations, please define WITH_OPTIMIZED_CFLAGS"
.endif

post-patch:
.for p in Makefile.in dvdread/Makefile.in src/Makefile.in
    @${PERL} -pi -e 's|cd \$$\(top_srcdir\) && \$$\(AUTOMAKE\)|\#|; \
        s|cd \$$\(srcdir\) && \$$\(ACLOCAL\)|\#|' ${WRKSRC}/${p}
.endfor
# update this in sync with libdvdcss shared library version
    @${PERL} -pi -e 's|(libdvdcss.so).0|\1|' \
        ${WRKSRC}/dvdread/dvd_reader.c

post-configure:
    @${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC}

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
.for file in ${DOC_FILES}
    @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>