blob: d800a4dce3d22dd8478280a82b60ca82ed76af41 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# New ports collection makefile for: abraca
# Date created: 31 May 2005
# Whom: Olivier Smedts <olivier@gid0.org>
#
# $FreeBSD$
#
PORTNAME= abraca
PORTVERSION= 0.4
PORTREVISION= 1
DISTVERSIONSUFFIX=-pre2
CATEGORIES= audio
MASTER_SITES= http://abraca.xmms.se/attachments/download/100/
MAINTAINER= olivier@gid0.org
COMMENT= Abraca is a GTK2 client for the XMMS2 music player
LIB_DEPENDS= xmmsclient.5:${PORTSDIR}/audio/xmms2
USE_GMAKE= yes
ALL_TARGET= # defined
USE_GNOME= gtk20
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
.endif
.include <bsd.port.post.mk>
|