1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/audio/abraca/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

35 lines
714 B
Makefile

# New ports collection makefile for: abraca
# Date created: 31 May 2005
# Whom: Olivier Smedts <olivier@gid0.org>
#
# $FreeBSD$
#
PORTNAME= abraca
PORTVERSION= 0.2
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://nooms.de/media/abraca/
MAINTAINER= olivier@gid0.org
COMMENT= Abraca is a GTK2 client for the XMMS2 music player
LIB_DEPENDS= xmmsclient.3:${PORTSDIR}/audio/xmms2 \
xmmsclient-glib.1:${PORTSDIR}/audio/xmms2
USE_BZIP2= yes
USE_PYTHON_BUILD= yes
USE_GNOME= pkgconfig libglade2 glib20 gtk20
do-configure:
cd ${WRKSRC} && env HOME=${WRKSRC} ./waf configure --prefix=${PREFIX}
do-build:
cd ${WRKSRC} && ./waf build
do-install:
cd ${WRKSRC} && ./waf install
.include <bsd.port.mk>