mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Abraca is a GTK2 client for the XMMS2 music player. It is designed with
collections in mind, which makes managing your music a breeze. WWW: http://nooms.de/projects/abraca PR: ports/113189 Submitted by: Olivier Smedts <olivier at gid0.org>
This commit is contained in:
parent
69537a3aad
commit
2c194455ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192709
@ -9,6 +9,7 @@
|
||||
SUBDIR += abcde
|
||||
SUBDIR += abcmidi
|
||||
SUBDIR += abcselect
|
||||
SUBDIR += abraca
|
||||
SUBDIR += adpcm
|
||||
SUBDIR += adplay
|
||||
SUBDIR += afsp
|
||||
|
33
audio/abraca/Makefile
Normal file
33
audio/abraca/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: abraca
|
||||
# Date created: 31 May 2005
|
||||
# Whom: Olivier Smedts <olivier@gid0.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= abraca
|
||||
PORTVERSION= 0.2
|
||||
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.2:${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>
|
3
audio/abraca/distinfo
Normal file
3
audio/abraca/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (abraca-0.2.tar.bz2) = 6a3e258aa38a53f430394e48c7c7310c
|
||||
SHA256 (abraca-0.2.tar.bz2) = 8af6873c0bbe50a00c9ad52deb36377de4876e1200b3c76606f2e08a536013e6
|
||||
SIZE (abraca-0.2.tar.bz2) = 113753
|
4
audio/abraca/pkg-descr
Normal file
4
audio/abraca/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Abraca is a GTK2 client for the XMMS2 music player. It is designed with
|
||||
collections in mind, which makes managing your music a breeze.
|
||||
|
||||
WWW: http://nooms.de/projects/abraca
|
3
audio/abraca/pkg-plist
Normal file
3
audio/abraca/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/abraca
|
||||
%%DATADIR%%/abraca.glade
|
||||
@dirrm %%DATADIR%%
|
Loading…
Reference in New Issue
Block a user