freebsd-ports/audio/gtkhirad/Makefile
Chin-San Huang 9fd05576c7 Add gtkhirad 0.2, hinet Radio player using GTK.
PR:		ports/113533
Submitted by:	chinsan
Approved by:	rafan (mentor)
2007-06-12 14:31:10 +00:00

28 lines
572 B
Makefile

# New ports collection makefile for: gtkhirad
# Date created: 2007/06/10
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= gtkhirad
PORTVERSION= 0.2
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_XLIB= yes
USE_LDCONFIG= yes
MAKE_ARGS= prefix=${PREFIX}
.include <bsd.port.mk>