1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/audio/ghostess/Makefile
2019-11-08 09:27:56 +00:00

40 lines
1.0 KiB
Makefile

# Created by: trasz <trasz@pin.if.uz.zgora.pl>
# $FreeBSD$
PORTNAME= ghostess
PORTVERSION= 20120105
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://www.smbolton.com/linux/
MAINTAINER= ports@FreeBSD.org
COMMENT= Graphical DSSI host with JACK MIDI support
LICENSE= GPLv2
BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:audio/dssi \
${LOCALBASE}/include/ladspa.h:audio/ladspa \
jackit>=0.109.2:audio/jack
# Between 0.109.0 and earlier versions there was an api change in JACK.
# However, the library version number was not changed. The line above
# is supposed to work around that.
LIB_DEPENDS= libdssialsacompat.so:audio/libdssialsacompat \
liblo.so:audio/liblo \
libjack.so:audio/jack
USE_GNOME= gtk20
USES= gmake gnome pkgconfig tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-jackmidi
PLIST_FILES= bin/ghostess bin/ghostess_universal_gui man/man1/ghostess.1.gz
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} -e \
'/LDADD/s| -ldl | |' ${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>