1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/audio/gtkhirad/Makefile
Edwin Groothuis 6527ef2070 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 13:08:29 +00:00

29 lines
574 B
Makefile

# 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>