freebsd-ports/multimedia/streamanalyze/Makefile
Robert Noland c6542427d4 Replace libdvdread with the version maintained by the mplayer group
-Turn over maintainership
	-Bump ports that depend on libdvdread since shared lib
	 version rolls back from .5 to .4
	-Fix multimedia/ogle build with this version

PR:		127849
Submitted by:	Ganael LAPLANCHE <ganael.laplanche@martymac.com>
2009-02-08 18:45:38 +00:00

35 lines
868 B
Makefile

# New ports collection makefile for: streamanalyze
# Date created: 2005-10-30
# Whom: Heiner Eichmann
#
# $FreeBSD$
#
PORTNAME= streamanalyze
PORTVERSION= 0.4
PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= CENKES LOCAL/beech
MAINTAINER= h.eichmann@gmx.de
COMMENT= Shrink-factor calculator for StreamDVD
LIB_DEPENDS= dvdread.4:${PORTSDIR}/multimedia/libdvdread
WRKSRC= ${WRKDIR}/StreamAnalyze
PLIST_FILES= bin/streamanalyze
PORTDOCS= README
post-patch:
@${REINPLACE_CMD} -e 's|gcc -g -Wall|${CC} ${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib|' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e '/#include <getopt\.h>/ d' ${WRKSRC}/streamanalyze.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/streamanalyze ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif
.include <bsd.port.mk>