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
|
2009-08-19 14:00:08 +02:00
|
|
|
PORTVERSION= 0.4
|
|
|
|
DISTVERSIONSUFFIX=-pre2
|
2007-06-04 15:28:47 +02:00
|
|
|
CATEGORIES= audio
|
2009-08-19 14:00:08 +02:00
|
|
|
MASTER_SITES= http://abraca.xmms.se/attachments/download/100/
|
2007-06-04 15:28:47 +02:00
|
|
|
|
|
|
|
MAINTAINER= olivier@gid0.org
|
|
|
|
COMMENT= Abraca is a GTK2 client for the XMMS2 music player
|
|
|
|
|
2009-08-19 14:00:08 +02:00
|
|
|
LIB_DEPENDS= xmmsclient.5:${PORTSDIR}/audio/xmms2
|
2007-06-04 15:28:47 +02:00
|
|
|
|
2009-08-19 14:00:08 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
ALL_TARGET= # defined
|
|
|
|
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:
|
2009-08-19 14:00:08 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${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>
|