freebsd-ports/audio/libcddb/Makefile
Michael Johnson 803ce48058 update to 0.9.6
PR:	ports/72771
Approved by:	adamw (mentor)
2004-10-30 16:29:37 +00:00

27 lines
632 B
Makefile

# New ports collection makefile for: libcddb
# Date created: Mon Mar 1 00:48:58 EST 2004
# Whom: Michael Johnson <ahze@ahze.net>
#
# $FreeBSD$
PORTNAME= libcddb
PORTVERSION= 0.9.6
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ahze@FreeBSD.org
COMMENT= A library to access data on a CDDB server
USE_LIBTOOL_VER= 15
USE_GNOME= gnometarget gnomehack pkgconfig
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
EXTRA_PATCHES+= ${PATCHDIR}/cddb.h-systypes-patch \
${PATCHDIR}/cddb_ni.h-systypes-patch
.endif
.include <bsd.port.post.mk>