aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3splt/Makefile
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2009-03-30 18:23:58 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2009-03-30 18:23:58 +0000
commitc4c9fa56754e87b687f3a8cd53ac37bdedf451c8 (patch)
treebba4b67f59de5cf193e1f0e36e1ece598c78f161 /audio/mp3splt/Makefile
parente1f6a6e1a8adf14ab4c1739cef617b657adb4bd9 (diff)
downloadports-c4c9fa56754e87b687f3a8cd53ac37bdedf451c8.tar.gz
ports-c4c9fa56754e87b687f3a8cd53ac37bdedf451c8.zip
Update to 2.2.3
Pass maintainership to submitter PR: 133131 Submitted by: Anton Yuzhaninov <citrin at citrin.ru> Approved by: Fabian Keil (former maintainer)
Notes
Notes: svn path=/head/; revision=231314
Diffstat (limited to 'audio/mp3splt/Makefile')
-rw-r--r--audio/mp3splt/Makefile32
1 files changed, 10 insertions, 22 deletions
diff --git a/audio/mp3splt/Makefile b/audio/mp3splt/Makefile
index cb6e8a830ff5..2a972edb0aa5 100644
--- a/audio/mp3splt/Makefile
+++ b/audio/mp3splt/Makefile
@@ -6,36 +6,24 @@
#
PORTNAME= mp3splt
-PORTVERSION= 2.1c
-PORTREVISION= 3
+PORTVERSION= 2.2.3
CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= ${PORTNAME}-${PORTVERSION}-src
+MASTER_SITES= SF
-MAINTAINER= fk@fabiankeil.de
+MAINTAINER= citrin@citrin.ru
COMMENT= Utility to split mp3 and ogg files (via CUE sheets)
-OPTIONS= VORBIS "Ogg Vorbis support" On
-
-.include <bsd.port.pre.mk>
-
-LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/libmad
-
-.if !defined(WITHOUT_VORBIS)
-LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis \
- ogg.5:${PORTSDIR}/audio/libogg
-.else
-CONFIGURE_ARGS+=--disable-ogg
-.endif
+LIB_DEPENDS= mp3splt:${PORTSDIR}/audio/libmp3splt
+USE_AUTOTOOLS= libltdl
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
- CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+ CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
MAN1= mp3splt.1
PLIST_FILES= bin/mp3splt bin/oggsplt
-.include <bsd.port.post.mk>
+post-install:
+ @${LN} -fsv ${PREFIX}/bin/mp3splt ${PREFIX}/bin/oggsplt
+
+.include <bsd.port.mk>