freebsd-ports/audio/libcddb/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

20 lines
434 B
Makefile

PORTNAME= libcddb
PORTVERSION= 1.3.2
PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= SF
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Library to access data on a CDDB server
WWW= https://libcddb.sourceforge.net/
LICENSE= LGPL20+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
USES= iconv libtool localbase pathfix tar:bzip2
USE_LDCONFIG= yes
CONFIGURE_ARGS= --without-cdio
INSTALL_TARGET= install-strip
.include <bsd.port.mk>