a878f31c5c
- skip over ifm->ifm_version != RTM_VERSION messages - sync WANTLIBs, bump everything - drop ajacoutot@ as maintainer per his request
25 lines
536 B
Makefile
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>
|