blob: f9237d863ace2fe053e212700cf7ce5334d4e6d6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $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>
|