1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/multimedia/xdvshow/Makefile
Hidetoshi Shimokawa e530b8fce1 - Remove -pthread from CFLAGS for -current.
- Distfile has been updated(PAL support).
2003-09-26 12:55:59 +00:00

32 lines
643 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= 0
CATEGORIES= multimedia
MASTER_SITES= http://www.sfc.wide.ad.jp/DVTS/software/xdvshow/
DISTNAME= ${PORTNAME}
MAINTAINER= simokawa@FreeBSD.org
COMMENT= DV/RTP viewer
LIB_DEPENDS= dv.3:${PORTSDIR}/multimedia/libdv
GNU_CONFIGURE= YES
USE_AUTOCONF_VER= 253
USE_REINPLACE= YES
post-patch:
@${REINPLACE_CMD} \
-e "s|%%PTHREAD_CFLAGS%%|${PTHREAD_CFLAGS}|g" \
-e "s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g" \
${WRKSRC}/configure.in
.include <bsd.port.mk>