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
27 lines
523 B
Makefile
27 lines
523 B
Makefile
PORTNAME= midisharelight
|
|
DISTVERSION= g20200204
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Light version of the MidiShare library
|
|
WWW= https://midishare.sourceforge.net
|
|
|
|
LICENSE= MPL20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake compiler:c++11-lib
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= grame-cncm
|
|
GH_TAGNAME= 2f4fc2a
|
|
|
|
CMAKE_SOURCE_PATH= ${WRKSRC}/cmake
|
|
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
|
|
|
PLIST_FILES= include/MidiShareLight.h \
|
|
include/midifile.h \
|
|
lib/libmidisharelight.so
|
|
|
|
.include <bsd.port.mk>
|