blob: 681a565ad7eb4633690daac5ca38073246deff59 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# 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.4
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ahze@ahze.net
COMMENT= A library to access data on a CDDB server
USE_LIBTOOL= yes
USE_GNOME= gnomehack pkgconfig
INSTALL_SHLIBS= 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>
|