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
20 lines
434 B
Makefile
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>
|