2004-07-30 01:41:10 +02:00
|
|
|
# New ports collection makefile for: tunesbrowser
|
|
|
|
# Date created: 2004-07-27
|
|
|
|
# Whom: Michael Johnson <ahze@ahze.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2006-04-30 01:03:03 +02:00
|
|
|
# $MCom: ports/audio/tunesbrowser/Makefile,v 1.7 2006/04/29 10:51:51 pav Exp $
|
2004-07-30 01:41:10 +02:00
|
|
|
|
|
|
|
PORTNAME= tunesbrowser
|
2005-05-16 20:34:08 +02:00
|
|
|
PORTVERSION= 0.3.0
|
2005-11-05 06:22:06 +01:00
|
|
|
PORTREVISION= 2
|
2004-07-30 01:41:10 +02:00
|
|
|
CATEGORIES= audio
|
2006-04-29 12:49:20 +02:00
|
|
|
MASTER_SITES= http://crazney.net/programs/itunes/files/
|
2004-07-30 01:41:10 +02:00
|
|
|
|
2004-12-01 05:29:40 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-02-15 11:29:14 +01:00
|
|
|
COMMENT= Simple iTunes-like music player
|
2004-07-30 01:41:10 +02:00
|
|
|
|
|
|
|
LIB_DEPENDS= opendaap.0:${PORTSDIR}/devel/libopendaap
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_X_PREFIX= yes
|
2005-05-16 20:34:08 +02:00
|
|
|
USE_GNOME= gnomehack gnomeprefix gnometarget libglade2
|
|
|
|
WANT_GNOME= yes
|
2006-04-30 01:03:03 +02:00
|
|
|
USE_GSTREAMER80= mad
|
2005-05-16 20:34:08 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2004-07-30 01:41:10 +02:00
|
|
|
|
2005-02-28 23:58:41 +01:00
|
|
|
MAN1= tunesbrowser.1
|
|
|
|
|
2005-05-16 20:34:08 +02:00
|
|
|
OPTIONS= FAAD "Enable AAC/MP4 Audio output" Off
|
2004-07-30 01:41:10 +02:00
|
|
|
|
2005-05-16 20:34:08 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
2004-07-30 01:41:10 +02:00
|
|
|
|
2005-05-16 20:34:08 +02:00
|
|
|
.if defined(WITH_FAAD)
|
2006-04-30 01:03:03 +02:00
|
|
|
USE_GSTREAMER80+= faad
|
2005-05-16 20:34:08 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if ${HAVE_GNOME:Mlibgnome}!=""
|
|
|
|
PKGNAMESUFFIX= -gnome
|
|
|
|
USE_GNOME+= libgnome
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-gnome
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|