1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/audio/nekobee/Makefile
Edward Tomasz Napierala 4c593af687 - Update to 0.1.6.
- Update website URL.

Approved by:	miwi (mentor, implicit)
2007-08-27 20:20:18 +00:00

27 lines
651 B
Makefile

# New ports collection makefile for: nekobee
# Date created: 2007-01-20
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
#
# $FreeBSD$
#
PORTNAME= nekobee
PORTVERSION= 0.1.6
CATEGORIES= audio
MASTER_SITES= http://www.nekosynth.co.uk/releases/
MAINTAINER= trasz@FreeBSD.org
COMMENT= DSSI plugin that emulates the sound of the TB-303 Bassline
LIB_DEPENDS= dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \
lo.6:${PORTSDIR}/audio/liblo \
jack.0:${PORTSDIR}/audio/jack
BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gtk20
CFLAGS+= -I${LOCALBASE}/include/dssi
.include <bsd.port.mk>