freebsd-ports/multimedia/m2vrequantiser/Makefile

19 lines
450 B
Makefile

# Created by: 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
NO_STAGE= yes
.include <bsd.port.mk>