2002-12-29 14:29:56 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2002/12/29 19:29:56 fgsch Exp $
|
2001-01-18 22:19:41 -05:00
|
|
|
|
2001-04-12 23:23:59 -04:00
|
|
|
COMMENT= "multi-platform cd player development library"
|
2001-10-30 02:58:24 -05:00
|
|
|
DISTNAME= libcdaudio-0.99.6
|
2001-01-18 22:19:41 -05:00
|
|
|
CATEGORIES= audio
|
|
|
|
|
2001-10-30 02:58:24 -05:00
|
|
|
HOMEPAGE= http://libcdaudio.sourceforge.net/
|
2001-01-18 22:19:41 -05:00
|
|
|
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2002-05-13 14:50:36 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libcdaudio/}
|
2001-01-18 22:19:41 -05:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
|
|
CONFIGURE_ARGS+= --enable-static
|
|
|
|
|
2001-11-06 00:40:41 -05:00
|
|
|
PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltconfig \
|
|
|
|
patch-*
|
2001-01-18 22:19:41 -05:00
|
|
|
|
2002-03-24 18:18:55 -05:00
|
|
|
# Workaround compiler bug with cddb.c, otherwise we get a sig11
|
|
|
|
.if ${MACHINE_ARCH} == "powerpc"
|
|
|
|
PATCH_LIST+= sup-powerpc
|
|
|
|
.endif
|
|
|
|
|
2001-01-18 22:19:41 -05:00
|
|
|
.include <bsd.port.mk>
|