freebsd-ports/multimedia/dv2sub/Makefile
Rodrigo Osorio 06df180a9e */*: Update WWW to use HTTPS for sourceforge.net projects
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
2023-11-06 11:03:47 +01:00

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>