aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/libcdio/Makefile
blob: 84ca7a11080c934f5757bd537537daaaf1880673 (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:    libcdio
# Date created:             2004-04-04
# Whom:                 arved
#
# $FreeBSD$

PORTNAME=   libcdio
PORTVERSION=    0.82
PORTREVISION=   2
CATEGORIES= sysutils
MASTER_SITES=   ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= libcdio

MAINTAINER= arved@FreeBSD.org
COMMENT=    Compact Disc Input and Control Library

LIB_DEPENDS=    cddb.4:${PORTSDIR}/audio/libcddb \
        popt.0:${PORTSDIR}/devel/popt \
        cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia

LICENSE=    GPLv3
LICENSE_FILE=   ${WRKSRC}/COPYING

GNU_CONFIGURE=  yes
USE_GNOME=  pkgconfig gnomehack
USE_GMAKE=  yes
USE_ICONV=  yes
USE_LDCONFIG=   yes
USE_NCURSES=    yes
CONFIGURE_ARGS+=    --with-libpopt-prefix=${LOCALBASE} \
            --with-libiconv-prefix=${LOCALBASE} \
USE_PERL5_BUILD=yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib -liconv
MAN1=   cd-drive.1 cd-info.1 iso-read.1 iso-info.1 cd-read.1
WITH_FBSD10_FIX=yes

INFO=       libcdio

.include <bsd.port.pre.mk>

_MANLANG=   "" ja
_MAN1=  cd-paranoia.1
.for lang in ${_MANLANG}
_MANPAGES+= ${_MAN1:S%^%${MAN1PREFIX}/man/${lang}/man1/%}
.endfor

post-patch:
    ${REINPLACE_CMD} -e 's|/jp/man1|/ja/man1|' \
        ${WRKSRC}/src/cd-paranoia/doc/ja/Makefile.in
    ${REINPLACE_CMD} -e "s,freebsd5\.\*,freebsd*," ${WRKSRC}/configure

.include <bsd.port.post.mk>