1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/audio/guidoar/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

26 lines
458 B
Makefile

PORTNAME= guidoar
PORTVERSION= g20210127
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library to browse, transform and manipulate Guido scores
LICENSE= MPL20
BUILD_DEPENDS= cmake:devel/cmake
USES= gmake
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= grame-cncm
GH_TAGNAME= cf5681a
BUILD_WRKSRC= ${WRKSRC}/build
INSTALL_WRKSRC= ${WRKSRC}/build
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libguidoar.so.1.00
.include <bsd.port.mk>