1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/multimedia/dv2sub/Makefile
Tijl Coosemans 85b3baf24b Change a configure test such that it no longer defines a nested function.
This fixes the build with clang.  While here support staging.

PR:		ports/182893
2013-10-22 20:22:46 +00:00

24 lines
441 B
Makefile

# Created by: Phil Oleson
# $FreeBSD$
PORTNAME= dv2sub
PORTVERSION= 0.3
PORTREVISION= 5
CATEGORIES= multimedia
MASTER_SITES= SF
MAINTAINER= oz@nixil.net
COMMENT= Extracts info or subtitles from DV stream
LIB_DEPENDS= libdv.so:${PORTSDIR}/multimedia/libdv
GNU_CONFIGURE= yes
USES= pkgconfig
PLIST_FILES= bin/dv2sub man/man1/dv2sub.1.gz
post-patch:
@${REINPLACE_CMD} -e 's/void foo(void)//' ${WRKSRC}/configure
.include <bsd.port.mk>