1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/audio/libmodplug/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

22 lines
435 B
Makefile

PORTNAME= libmodplug
PORTVERSION= 0.8.9.1.r461
CATEGORIES= audio
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= ModPlug mod-like music shared libraries
WWW= https://modplug-xmms.sourceforge.net/
LICENSE= PD
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake cpe
CPE_VENDOR= konstanty_bialkowski
USE_GITHUB= yes
GH_ACCOUNT= ShiftMediaProject
GH_PROJECT= modplug
USE_LDCONFIG= yes
CMAKE_ARGS= -DBUILD_SHARED_LIBS:BOOL=ON
.include <bsd.port.mk>