2010-05-27 08:19:49 +02:00
|
|
|
# New ports collection makefile for: mp4split
|
|
|
|
# Date created: May 26, 2010
|
|
|
|
# Whom: Marcus Hermansson <bmhermansson@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mp4split
|
|
|
|
PORTVERSION= 1.0.8
|
|
|
|
CATEGORIES= multimedia
|
|
|
|
MASTER_SITES= http://smoothstreaming.code-shop.com/download/
|
|
|
|
|
|
|
|
MAINTAINER= bmhermansson@gmail.com
|
|
|
|
COMMENT= Converts MP4 files to Fragmented MP4 and creates manifest files
|
|
|
|
|
|
|
|
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
|
|
|
|
|
2013-07-27 01:20:17 +02:00
|
|
|
DEPRECATED= Broken for more than 6 month
|
|
|
|
EXPIRATION_DATE= 2013-08-27
|
2012-05-08 00:00:17 +02:00
|
|
|
BROKEN= does not fetch
|
|
|
|
|
2010-05-27 08:19:49 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --with-expat
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2010-05-27 08:19:49 +02:00
|
|
|
|
|
|
|
PLIST_FILES= bin/mp4split
|
|
|
|
|
|
|
|
RESTRICTED= no-commercial-use
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2011-11-11 04:02:28 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == "powerpc" && ${OSVERSION} > 900000
|
|
|
|
BROKEN= Does not build on powerpc-9
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|