789d75c728
-Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
30 lines
668 B
Makefile
30 lines
668 B
Makefile
# New ports collection makefile for: audio/mp3splt
|
|
# Date created: 30.05.2003
|
|
# Whom: Ulrich Spoerlein <q@uni.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mp3splt
|
|
PORTVERSION= 2.2.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= citrin@citrin.ru
|
|
COMMENT= Utility to split mp3 and ogg files (via CUE sheets)
|
|
|
|
LIB_DEPENDS= mp3splt:${PORTSDIR}/audio/libmp3splt
|
|
|
|
USE_AUTOTOOLS= libltdl
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
|
|
CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
|
|
|
|
MAN1= mp3splt.1
|
|
PLIST_FILES= bin/mp3splt bin/oggsplt
|
|
|
|
post-install:
|
|
@${LN} -fsv ${PREFIX}/bin/mp3splt ${PREFIX}/bin/oggsplt
|
|
|
|
.include <bsd.port.mk>
|