mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
85b3baf24b
This fixes the build with clang. While here support staging. PR: ports/182893
24 lines
441 B
Makefile
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>
|