aboutsummaryrefslogtreecommitdiffstats
path: root/audio/gxmms2/Makefile
blob: cfe3d789d4cdd3c9a8bc5ce8da064ff353553ca3 (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
# New ports collection makefile for:    gxmms2
# Date created:             03 Mar 2006
# Whom:                 Alexander Botero-Lowry <alex@foxybanana.com>
#
# $FreeBSD$
#

PORTNAME=   gxmms2
PORTVERSION=    0.6.1
CATEGORIES= audio
MASTER_SITES=   http://wejp.mooo.com/wejp/xmms2/

MAINTAINER= alex@foxybanana.com
COMMENT=    A GTK2 based XMMS2 client, written in C

RUN_DEPENDS=    ${LOCALBASE}/bin/xmms2:${PORTSDIR}/audio/xmms2
BUILD_DEPENDS=  ${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2

USE_X_PREFIX=   yes
USE_GNOME=  gtk20

ALL_TARGET= ${PORTNAME}
PLIST_FILES=    bin/gxmms2

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
BROKEN=     does not build on FreeBSD 4.x
.endif

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin

.include <bsd.port.post.mk>