openbsd-ports/audio/libcdaudio/Makefile

31 lines
749 B
Makefile
Raw Normal View History

2002-12-29 14:29:56 -05:00
# $OpenBSD: Makefile,v 1.8 2002/12/29 19:29:56 fgsch Exp $
COMMENT= "multi-platform cd player development library"
DISTNAME= libcdaudio-0.99.6
CATEGORIES= audio
HOMEPAGE= http://libcdaudio.sourceforge.net/
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/}
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-*
# Workaround compiler bug with cddb.c, otherwise we get a sig11
.if ${MACHINE_ARCH} == "powerpc"
PATCH_LIST+= sup-powerpc
.endif
.include <bsd.port.mk>