freebsd-ports/audio/libdiscid/Makefile

22 lines
470 B
Makefile

# $FreeBSD$
PORTNAME= libdiscid
PORTVERSION= 0.5.2
CATEGORIES= audio
MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/${PORTNAME}/ \
http://ftp.osuosl.org/pub/musicbrainz/${PORTNAME}/
MAINTAINER= jhale@FreeBSD.org
COMMENT= Library for creating MusicBrainz DiscIDs
LICENSE= LGPL21
USES= cmake
NO_STAGE= yes
USE_LDCONFIG= yes
post-patch:
${REINPLACE_CMD} -e '/pkgconfig/s|$${LIB_INSTALL_DIR}|libdata|' \
${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>