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

PORTNAME=   gxmms2
PORTVERSION=    0.7.0.20090608
PORTREVISION=   1
DISTVERSIONSUFFIX=.795a77a
CATEGORIES= audio
#MASTER_SITES=  http://wejp.k.vu/projects/xmms2/
MASTER_SITES=   ftp://ftp.lissyara.su/users/Guest/distfiles/

MAINTAINER= ports@FreeBSD.org
COMMENT=    A GTK2 based XMMS2 client, written in C

LIB_DEPENDS=    xmmsclient.5:${PORTSDIR}/audio/xmms2

USE_GNOME=  gtk20
USE_GMAKE=  yes

ALL_TARGET= ${PORTNAME}

PLIST_FILES=    bin/gxmms2 \
        %%DATADIR%%/gxmms2_mini.xpm
PLIST_DIRS= %%DATADIR%%

.include <bsd.port.pre.mk>

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
    ${MKDIR} ${DATADIR}
    ${INSTALL_DATA} ${WRKSRC}/gxmms2src/gxmms2_mini.xpm ${DATADIR}

.include <bsd.port.post.mk>