diff options
Diffstat (limited to 'audio/emphasis')
-rw-r--r-- | audio/emphasis/Makefile | 29 | ||||
-rw-r--r-- | audio/emphasis/distinfo | 3 | ||||
-rw-r--r-- | audio/emphasis/pkg-descr | 5 | ||||
-rw-r--r-- | audio/emphasis/pkg-plist | 14 |
4 files changed, 51 insertions, 0 deletions
diff --git a/audio/emphasis/Makefile b/audio/emphasis/Makefile new file mode 100644 index 000000000000..8f0a132a52cf --- /dev/null +++ b/audio/emphasis/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: emphasis +# Date created: 2006-08-14 +# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> +# +# $MBSDlabs$ +# $FreeBSD$ +# + +PORTNAME= emphasis +PORTVERSION= 20060926 +CATEGORIES= audio +MASTER_SITES= http://sunner.elcomnet.ru/~stas/ + +MAINTAINER= stas@FreeBSD.org +COMMENT= A simple MPD (Music Player Daemon) client written in C/Etk + +LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd +BUILD_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment-devel +BUILD_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment-devel + +USE_BZIP2= yes +USE_GMAKE= yes +USE_GNOME= gnomehack pkgconfig gnometarget libxml2 +USE_EFL= ecore enhance etk +GNU_CONFIGURE= yes + +.include <bsd.port.pre.mk> +.include "../../x11-wm/enlightenment-devel/bsd.efl.mk" +.include <bsd.port.post.mk> diff --git a/audio/emphasis/distinfo b/audio/emphasis/distinfo new file mode 100644 index 000000000000..d840d1d2d967 --- /dev/null +++ b/audio/emphasis/distinfo @@ -0,0 +1,3 @@ +MD5 (emphasis-20060926.tar.bz2) = ecc15f57ef069cc8e94866aee42d7a84 +SHA256 (emphasis-20060926.tar.bz2) = e7718857fa2f0e8b7cad7937603d75759f271d6539462c67cf3eb8264b0adbd4 +SIZE (emphasis-20060926.tar.bz2) = 332890 diff --git a/audio/emphasis/pkg-descr b/audio/emphasis/pkg-descr new file mode 100644 index 000000000000..b8c83da30ba2 --- /dev/null +++ b/audio/emphasis/pkg-descr @@ -0,0 +1,5 @@ +Emphasis is a simple MPD (Music Player Daemon) client writen in C/Etk. +It's a clone of MpcOS-X. + +Author: Samuel 'lok' Mendes <heka.lok@gmail.com> +WWW: http://www.enlightenment.org/ diff --git a/audio/emphasis/pkg-plist b/audio/emphasis/pkg-plist new file mode 100644 index 000000000000..c990aa58c71e --- /dev/null +++ b/audio/emphasis/pkg-plist @@ -0,0 +1,14 @@ +bin/emphasis +%%DATADIR%%/config.glade +%%DATADIR%%/emphasis.glade +%%DATADIR%%/images/haricot_musique-amor.png +%%DATADIR%%/images/haricot_musique-grrrr.png +%%DATADIR%%/images/haricot_musique-lalaa.png +%%DATADIR%%/images/haricot_musique-mario.png +%%DATADIR%%/images/haricot_musique-mooo.png +%%DATADIR%%/images/haricot_musique.png +%%DATADIR%%/images/note.png +%%DATADIR%%/images/sound_high.png +%%DATADIR%%/images/sound_low.png +@dirrm %%DATADIR%%/images +@dirrm %%DATADIR%% |