1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/audio/abraca/Makefile
Beech Rintoul 6ff2c27f4a -Update to 0.6.0
-Pass maintainership to submitter

PR:		ports/156685
Submitted by:	Guido Falsi <mad@madpilot.net>
Approved by:	Olivier Smedts <olivier@gid0.org> (maintainer)
		itetcu (mentor)(implicit)
2011-05-13 16:39:32 +00:00

35 lines
759 B
Makefile

# New ports collection makefile for: abraca
# Date created: 31 May 2005
# Whom: Olivier Smedts <olivier@gid0.org>
#
# $FreeBSD$
#
PORTNAME= abraca
PORTVERSION= 0.6.0
CATEGORIES= audio
MASTER_SITES= http://abraca.xmms.se/attachments/download/134/
MAINTAINER= mad@madpilot.net
COMMENT= Abraca is a GTK2 client for the XMMS2 music player
BUILD_DEPENDS= ${LOCALBASE}/bin/valac:${PORTSDIR}/lang/vala
LIB_DEPENDS= xmmsclient.6:${PORTSDIR}/audio/xmms2 \
gee.2:${PORTSDIR}/devel/libgee
USE_SCONS= yes
USE_GNOME= gtk20
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/build/src/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
.endif
.include <bsd.port.post.mk>