openbsd-ports/audio/libmikmod/Makefile

33 lines
671 B
Makefile
Raw Normal View History

2013-03-10 18:55:01 -04:00
# $OpenBSD: Makefile,v 1.25 2013/03/10 22:55:03 espie Exp $
COMMENT= mikmod sound library
DISTNAME= libmikmod-3.2.0
SHARED_LIBS += mikmod 3.0 # .3.0
CATEGORIES= audio devel
HOMEPAGE= http://mikmod.shlomifish.org/
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${HOMEPAGE}files/
WANTLIB= m sndio
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
2005-12-23 10:29:08 -05:00
USE_LIBTOOL= Yes
CFLAGS += -DDRV_SNDIO
CONFIGURE_ENV= LIBRARY_LIB="-lsndio"
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --disable-dl \
--disable-oss \
--disable-esd
post-extract:
cp ${FILESDIR}/drv_sndio.c ${WRKSRC}/drivers
.include <bsd.port.mk>