2007-06-04 15:28:47 +02:00
|
|
|
# New ports collection makefile for: abraca
|
|
|
|
# Date created: 31 May 2005
|
|
|
|
# Whom: Olivier Smedts <olivier@gid0.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= abraca
|
2011-05-13 18:39:32 +02:00
|
|
|
PORTVERSION= 0.6.0
|
2007-06-04 15:28:47 +02:00
|
|
|
CATEGORIES= audio
|
2011-05-13 18:39:32 +02:00
|
|
|
MASTER_SITES= http://abraca.xmms.se/attachments/download/134/
|
2007-06-04 15:28:47 +02:00
|
|
|
|
2011-05-13 18:39:32 +02:00
|
|
|
MAINTAINER= mad@madpilot.net
|
2007-06-04 15:28:47 +02:00
|
|
|
COMMENT= Abraca is a GTK2 client for the XMMS2 music player
|
|
|
|
|
2011-02-25 00:38:28 +01:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/valac:${PORTSDIR}/lang/vala
|
|
|
|
LIB_DEPENDS= xmmsclient.6:${PORTSDIR}/audio/xmms2 \
|
|
|
|
gee.2:${PORTSDIR}/devel/libgee
|
2007-06-04 15:28:47 +02:00
|
|
|
|
2011-02-25 00:38:28 +01:00
|
|
|
USE_SCONS= yes
|
2009-08-19 14:00:08 +02:00
|
|
|
USE_GNOME= gtk20
|
2007-06-04 15:28:47 +02:00
|
|
|
|
2009-08-19 14:00:08 +02:00
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
2007-06-04 15:28:47 +02:00
|
|
|
|
|
|
|
do-install:
|
2011-02-25 00:38:28 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/build/src/${PORTNAME} ${PREFIX}/bin
|
2007-06-04 15:28:47 +02:00
|
|
|
|
2009-09-15 03:16:27 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == "sparc64"
|
|
|
|
BROKEN= Does not compile on sparc64
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|