1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/audio/emphasis/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

28 lines
602 B
Makefile

# New ports collection makefile for: emphasis
# Date created: 2006-08-14
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
#
# $MBSDlabs$
# $FreeBSD$
#
PORTNAME= emphasis
PORTVERSION= 20080223
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
MAINTAINER= stas@FreeBSD.org
COMMENT= A simple MPD (Music Player Daemon) client written in C/Etk
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gnomehack pkgconfig gnometarget libxml2
USE_EFL= ecore enhance etk
USE_EFL_ECORE= config
GNU_CONFIGURE= yes
.include <bsd.port.mk>