2004-03-01 20:16:24 +01:00
|
|
|
# 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
|
2005-04-17 03:07:41 +02:00
|
|
|
PORTVERSION= 1.0.0
|
2004-03-01 20:16:24 +01:00
|
|
|
CATEGORIES= audio
|
2005-04-17 03:07:41 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2004-03-01 20:16:24 +01:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2004-10-30 00:24:47 +02:00
|
|
|
MAINTAINER= ahze@FreeBSD.org
|
2004-03-01 20:16:24 +01:00
|
|
|
COMMENT= A library to access data on a CDDB server
|
|
|
|
|
2004-10-30 18:29:37 +02:00
|
|
|
USE_LIBTOOL_VER= 15
|
2004-07-22 03:10:30 +02:00
|
|
|
USE_GNOME= gnometarget gnomehack pkgconfig
|
2004-04-09 09:44:53 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2004-03-01 20:16:24 +01:00
|
|
|
|
|
|
|
.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>
|