aboutsummaryrefslogblamecommitdiff
path: root/multimedia/m2vrequantiser/Makefile
blob: 0a8bd04a276fca3508e3db7056384abde3085caf (plain) (tree)
1
2
3
4
5
6
7
8
9
                                            






                                                       
                                 

                                                               


                                       
 


                                                                                 
                      
# Created by: Juergen Lock <nox@FreeBSD.org>

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

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>