Update databases/percona57-server to version 5.7.21.20
[dports.git] / audio / mp3splt / Makefile
1 # Created by: Ulrich Spoerlein <q@uni.de>
2 # $FreeBSD$
3
4 PORTNAME=       mp3splt
5 PORTVERSION=    2.6.2
6 CATEGORIES=     audio
7 MASTER_SITES=   SF/mp3splt/${PORTNAME}/${PORTVERSION}
8
9 MAINTAINER=     citrin@citrin.ru
10 COMMENT=        Utility to split MP3 and Ogg files (via CUE sheets)
11
12 LICENSE=        GPLv2
13
14 LIB_DEPENDS=    libmp3splt.so:audio/libmp3splt \
15                 libltdl.so:devel/libltdl
16
17 USES=           pkgconfig
18 GNU_CONFIGURE=  yes
19 CONFIGURE_ARGS= --enable-oggsplt_symlink
20
21 CFLAGS+=        -I${LOCALBASE}/include
22 LDFLAGS+=       -L${LOCALBASE}/lib
23
24 OPTIONS_DEFINE=         NLS
25 OPTIONS_SUB=            yes
26
27 NLS_USES=               gettext
28 NLS_CONFIGURE_ENABLE=   nls
29
30 .include <bsd.port.mk>