freebsd-ports/multimedia/msdl/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
453 B
Makefile

PORTNAME= msdl
PORTVERSION= 1.2.7r2
CATEGORIES= multimedia
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION:S/r/-r/}
MAINTAINER= ashish@FreeBSD.org
COMMENT= Streaming multimedia files downloader
WWW= https://msdl.sourceforge.net/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
PLIST_FILES= bin/msdl \
man/man1/msdl.1.gz
# Fix build with clang11
CFLAGS+= -fcommon
.include <bsd.port.mk>