mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
28 lines
670 B
Makefile
28 lines
670 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.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://static.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>
|