freebsd-ports/audio/libdiscid/Makefile
Wen Heping f34e69d84b - Use Gnome's ltverhack to fix the shared library version number
- Add LICENSE
- Add a patch to fix a compiler warning

PR:		ports/155977
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
2011-03-28 02:59:14 +00:00

29 lines
601 B
Makefile

# New ports collection makefile for: libdiscid
# Date created: 2008-03-19
# Whom: Jason E. Hale <bsdkaffee@gmail.com>
#
# $FreeBSD$
#
PORTNAME= libdiscid
PORTVERSION= 0.2.2
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://users.musicbrainz.org/~matt/ \
${MASTER_SITE_GENTOO}
MASTER_SITE_SUBDIR= distfiles
MAINTAINER= bsdkaffee@gmail.com
COMMENT= A library for creating MusicBrainz DiscIDs
GNU_CONFIGURE= yes
USE_AUTOTOOLS= libtool
USE_GNOME= ltverhack gnomehack pkgconfig
MAKE_JOBS_SAFE= yes
USE_LDCONFIG= yes
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
.include <bsd.port.mk>