mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
6f6fbe4bdf
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
30 lines
673 B
Makefile
30 lines
673 B
Makefile
# 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
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-expat
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
PLIST_FILES= bin/mp4split
|
|
|
|
RESTRICTED= no-commercial-use
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|