1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/audio/libcddb/Makefile

22 lines
457 B
Makefile
Raw Normal View History

# Created by: Michael Johnson <ahze@ahze.net>
# $FreeBSD$
PORTNAME= libcddb
2010-05-30 12:03:02 +00:00
PORTVERSION= 1.3.2
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF
MAINTAINER= multimedia@FreeBSD.org
COMMENT= A library to access data on a CDDB server
2005-07-24 03:34:47 +00:00
USE_BZIP2= yes
2006-10-31 02:24:33 +00:00
GNU_CONFIGURE= yes
USES= pathfix pkgconfig iconv
2006-10-31 02:24:33 +00:00
USE_LDCONFIG= yes
2005-05-10 01:27:24 +00:00
CONFIGURE_ARGS= --without-cdio
CPPFLAGS+= -DICONV_CONST="const" -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>