06df180a9e
Homepage link is permanent redirected to its HTTPS counterpart Issue reported by repology : https://repology.org/repository/freebsd/problems Approved by: portmgr (blanket) PR: 274888
21 lines
428 B
Makefile
21 lines
428 B
Makefile
PORTNAME= dv2sub
|
|
PORTVERSION= 0.3
|
|
PORTREVISION= 5
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= oz@nixil.net
|
|
COMMENT= Extracts info or subtitles from DV stream
|
|
WWW= https://dv2sub.sourceforge.net/
|
|
|
|
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>
|