1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/audio/libcddb/Makefile
Pav Lucistnik 9537cf8762 - Switch to MASTER_SITE_SOURCEFORGE_EXTENDED
PR:		ports/67190
Submitted by:	michael johnson <ahze@ahze.net> (maintainer)
2004-05-25 19:16:09 +00:00

29 lines
652 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.4
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ahze@ahze.net
COMMENT= A library to access data on a CDDB server
USE_LIBTOOL_VER= 13
USE_GNOME= gnometarget lthack 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>