1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/audio/mp3splt/Makefile
Kirill Ponomarev 6b2ca17e2c - Update to version 1.9
PR:		57303
Submitted by:	Ulrich Spoerlein <q@uni.de> (maintainer)
2003-09-28 14:01:20 +00:00

31 lines
717 B
Makefile

# New ports collection makefile for: audio/mp3splt
# Date created: 30.05.2003
# Whom: Ulrich Spoerlein <q@uni.de>
#
# $FreeBSD$
#
PORTNAME= mp3splt
PORTVERSION= 1.9
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= q@uni.de
COMMENT= Utility to split mp3 and ogg files (via CUE sheets)
LIB_DEPENDS= mad.1:${PORTSDIR}/audio/mad \
vorbis.2:${PORTSDIR}/audio/libvorbis \
ogg.4:${PORTSDIR}/audio/libogg
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAN1= mp3splt.1
.include <bsd.port.mk>