freebsd-ports/audio/ghostess/Makefile
Edwin Groothuis 6527ef2070 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 13:08:29 +00:00

29 lines
698 B
Makefile

# New ports collection makefile for: ghostess
# Date created: 2007-01-13
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
#
# $FreeBSD$
#
PORTNAME= ghostess
PORTVERSION= 20061127
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://home.jps.net/~musound/
MAINTAINER= trasz@FreeBSD.org
COMMENT= Graphical DSSI host with JACK MIDI support
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
CONFIGURE_ARGS= --with-jackmidi
USE_GMAKE= yes
USE_GNOME= gtk20
PLIST_FILES= bin/ghostess bin/ghostess_universal_gui
.include <bsd.port.mk>