aboutsummaryrefslogtreecommitdiff
path: root/multimedia/m2vrequantiser/Makefile
blob: 2a1ed8600303fa45e7351e4fc39084d1a0dbebc2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	m2vrequantiser
PORTVERSION=	1.1
CATEGORIES=	multimedia
MASTER_SITES=	http://launchpadlibrarian.net/52366061/
DISTNAME=	M2VRequantiser-v${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Requantize MPEG-2 streams without recompressing
WWW=		https://launchpad.net/m2vrequantiser

CFLAGS=		-Duint=unsigned
MAKE_ARGS=	CC="${CC}" CXX="${CXX}"
PLIST_FILES=	bin/M2VRequantiser

post-patch:
	${REINPLACE_CMD} 's|$$(PREFIX)|$${DESTDIR}$$(PREFIX)|' ${WRKSRC}/Makefile

.include <bsd.port.mk>