aboutsummaryrefslogtreecommitdiff
path: root/audio/gtkhirad/Makefile
blob: 9fe9aafd58c1766b183516a8713c875cc32db81f (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
# New ports collection makefile for:   gtkhirad
# Date created:                2007/06/10
# Whom:                        chinsan
#
# $FreeBSD$
#

PORTNAME=	gtkhirad
PORTVERSION=	0.2
PORTREVISION=	1
CATEGORIES=	audio chinese gnome
MASTER_SITES=	http://pcman.sayya.org/gtkhirad/

MAINTAINER=	chinsan@FreeBSD.org
COMMENT=	Hinet Radio player using GTK

RUN_DEPENDS=	wget:${PORTSDIR}/ftp/wget \
		mplayer:${PORTSDIR}/multimedia/mplayer

USE_BZIP2=	yes
USE_GNOME=	gtk20 intlhack
USE_GMAKE=	yes
USE_ICONV=	yes
USE_LDCONFIG=	yes

MAKE_ARGS=	prefix=${PREFIX}

.include <bsd.port.mk>