aboutsummaryrefslogtreecommitdiffstats
path: root/audio/tunesbrowser/Makefile
blob: b8482f567d886445e9ead830e76f331d0d236045 (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
38
39
40
# New ports collection makefile for:    tunesbrowser
# Date created:     2004-07-27
# Whom:         Michael Johnson <ahze@ahze.net>
#
# $FreeBSD$
#

PORTNAME=   tunesbrowser
PORTVERSION=    0.1.5
CATEGORIES= audio
MASTER_SITES=   http://crazney.net/programs/itunes/files/

MAINTAINER= ahze@ahze.net
COMMENT=    Gnome frontend DAAP client

LIB_DEPENDS=    opendaap.0:${PORTSDIR}/devel/libopendaap

USE_BZIP2=  yes
USE_LIBTOOL_VER=15
USE_X_PREFIX=   yes
USE_GNOME=  libglade2 gstreamerplugins gnometarget gnomehack

DATADIR=    ${PREFIX}/share/gnome/${PORTNAME}

PLIST_FILES=    bin/tunesbrowser \
        %%DATADIR%%/tunesbrowser.glade
PLIST_DIRS= %%DATADIR%%

pre-everything::
    @${ECHO_MSG} '===>'
    @${ECHO_MSG} '===> Warning: ${PORTNAME} is extremelly buggy, especially'
    @${ECHO_MSG} '===> on the FreeBSD 4.x branch, and may not run at all'
    @${ECHO_MSG} '===>'

do-install:
    @${INSTALL_PROGRAM} ${WRKSRC}/tunesbrowser ${PREFIX}/bin
    @${MKDIR} ${DATADIR}
    @${INSTALL_DATA} ${WRKSRC}/tunesbrowser.glade ${DATADIR}

.include <bsd.port.mk>