blob: df39a8f8767d571920006b1b00063ad779fec459 (
plain)
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
|
# Created by: Ulrich Spoerlein <q@uni.de>
PORTNAME= mp3splt
PORTVERSION= 2.6.2
CATEGORIES= audio
MASTER_SITES= SF/mp3splt/${PORTNAME}/${PORTVERSION}
MAINTAINER= citrin@citrin.ru
COMMENT= Utility to split MP3 and Ogg files (via CUE sheets)
LICENSE= GPLv2
BROKEN= Doesn't run (segmentation fault)
DEPRECATED= Abandonware, last release in 2014
EXPIRATION_DATE=2022-09-30
LIB_DEPENDS= libmp3splt.so:audio/libmp3splt \
libltdl.so:devel/libltdl
USES= cpe pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-oggsplt_symlink
CPE_VENDOR= mp3splt_project
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.mk>
|