openbsd-ports/audio/libcdaudio/Makefile
2007-09-20 22:07:50 +00:00

29 lines
702 B
Makefile

# $OpenBSD: Makefile,v 1.14 2007/09/20 22:07:50 sthen Exp $
COMMENT= multi-platform cd player development library
DISTNAME= libcdaudio-0.99.12
SHARED_LIBS += cdaudio 1.1 # .1.0
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
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libcdaudio/}
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
# Workaround compiler bug with cddb.c, otherwise we get a sig11
.if ${MACHINE_ARCH} == "powerpc"
PATCH_LIST+= sup-powerpc
.endif
.include <bsd.port.mk>