openbsd-ports/sysutils/gkrellm/plugins/mss/Makefile
sthen a878f31c5c - unbreak following sensor changes
- skip over ifm->ifm_version != RTM_VERSION messages
- sync WANTLIBs, bump everything
- drop ajacoutot@ as maintainer per his request
2010-04-27 21:53:56 +00:00

25 lines
536 B
Makefile

# $OpenBSD: Makefile,v 1.22 2010/04/27 21:53:56 sthen Exp $
COMMENT= soundscope for GkrellM2 using ESD
DISTNAME= gkrellmss-2.6
PKGNAME= ${DISTNAME}p12
CATEGORIES= audio
HOMEPAGE=http://members.dslextreme.com/users/billw/gkrellmss/gkrellmss.html
MASTER_SITES= http://members.dslextreme.com/users/billw/gkrellmss/
BUILD_DEPENDS+= ::math/fftw
LIB_DEPENDS+= esd::audio/esound
CFLAGS+= -DHAVE_FFTW2
PLUGIN= ${WRKSRC}/src/gkrellmss.so
CONFIGURE_STYLE= gnu
WRKCONF=${WRKSRC}/src
EXTRA_WANTLIB= audiofile sndio
.include <bsd.port.mk>