1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/multimedia/dv2sub/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

24 lines
429 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: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>