summaryrefslogtreecommitdiff
path: root/multimedia/m2vrequantiser/Makefile
blob: 0eca3f079bb538c56396cbe6ec45f2b97e0cc737 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:   m2vrequantiser
# Date created: 	Thu Sep 14 20:47:38 CEST 2011
# Whom: 		Juergen Lock <nox@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	m2vrequantiser
PORTVERSION=	1.1
CATEGORIES=	multimedia
MASTER_SITES=	http://launchpadlibrarian.net/52366061/
DISTNAME=	M2VRequantiser-v${PORTVERSION}

MAINTAINER=	nox@FreeBSD.org
COMMENT=	Requantize MPEG-2 streams without recompressing

PATCH_STRIP=	-p1
CFLAGS+=	-Duint=unsigned
MAKE_ARGS+=	CC=${CC} CXX=${CXX}
PLIST_FILES+=	bin/M2VRequantiser

.include <bsd.port.mk>