summaryrefslogtreecommitdiff
path: root/audio/tunesbrowser/Makefile
blob: 39af0d9ff983a0e4762fec4b129c6b27d624d84e (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:	tunesbrowser
# Date created:		2004-07-27
# Whom:			Michael Johnson <ahze@ahze.net>
#
# $FreeBSD$
#

PORTNAME=	tunesbrowser
PORTVERSION=	0.2.0
PORTREVISION=	1
CATEGORIES=	audio
MASTER_SITES=	http://craz.net/programs/itunes/files/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Simple iTunes-like music player

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

USE_BZIP2=	yes
USE_INC_LIBTOOL_VER=15
USE_X_PREFIX=	yes
USE_GNOME=	libglade2 gnometarget gnomehack gnomeprefix
USE_GSTREAMER=	mad

MAN1=		tunesbrowser.1

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

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} '===>'

.include <bsd.port.mk>