freebsd-ports/multimedia/xdvshow/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

32 lines
747 B
Makefile

# New ports collection makefile for: xdvshow
# Date created: 2003/05/13
# Whom: simokawa@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= xdvshow
PORTVERSION= 00.2003.09.03
PORTREVISION= 6
CATEGORIES= multimedia
MASTER_SITES= http://www.sfc.wide.ad.jp/DVTS/software/xdvshow/
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= DV/RTP viewer
LIB_DEPENDS= dv.4:${PORTSDIR}/multimedia/libdv
PLIST_FILES= bin/xdvshow
GNU_CONFIGURE= YES
USE_AUTOTOOLS= autoconf:261
post-patch:
@${REINPLACE_CMD} \
-e "s|%%PTHREAD_CFLAGS%%|${PTHREAD_CFLAGS}|g" \
-e "s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g" \
-e "s|/usr/X11R6|${LOCALBASE}|g" \
${WRKSRC}/configure.in
${REINPLACE_CMD} -e "s|-Werror||" ${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>