freebsd-ports/audio/libdiscid/Makefile
Ruslan Makhmatkhanov 21db84aa2f - drop unneeded pkg-config dependency
- move LICENSE to correct location

PR:		170213
Submitted by:	Jason E. Hale <bsdkaffee at gmail dot com> (maintainer)
2012-07-28 15:51:34 +00:00

27 lines
559 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
LICENSE= LGPL21
GNU_CONFIGURE= yes
USE_AUTOTOOLS= libtool
USE_GNOME= ltverhack gnomehack
MAKE_JOBS_SAFE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>