From 24853c7595c9dc840c948ab5c4f293e75b473572 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Sat, 2 Apr 2005 21:00:44 +0000 Subject: Add paman Polypaudio Manager (paman) is a simple Gtk+ frontend for the polypaudio sound server. --- audio/paman/Makefile | 33 +++++++++++++++++++++++++++++++++ audio/paman/distinfo | 2 ++ audio/paman/pkg-descr | 4 ++++ 3 files changed, 39 insertions(+) create mode 100644 audio/paman/Makefile create mode 100644 audio/paman/distinfo create mode 100644 audio/paman/pkg-descr (limited to 'audio/paman') diff --git a/audio/paman/Makefile b/audio/paman/Makefile new file mode 100644 index 000000000000..2e7c6985aa61 --- /dev/null +++ b/audio/paman/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: paman +# Date created: 2005-03-27 +# Whom: Michael Johnson +# +# $FreeBSD$ +# + +PORTNAME= paman +PORTVERSION= 0.6 +CATEGORIES= audio +MASTER_SITES= http://0pointer.de/lennart/projects/paman/ + +MAINTAINER= ports@FreeBSD.org +COMMENT= Gtk+ frontend for the polypaudio sound server + +LIB_DEPENDS= glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \ + polyp-0.7.0:${PORTSDIR}/audio/polypaudio + +USE_GCC= 3.4 +GNU_CONFIGURE= yes +USE_GNOME= gnomeprefix gnomehack +USE_X_PREFIX= yes +CONFIGURE_ARGS= --disable-lynx +CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ + LDFLAGS="${PTHREAD_LIBS}" + +DATADIR= share/gnome/${PORTNAME} + +PLIST_FILES= bin/paman \ + %%DATADIR%%/paman.glade +PLIST_DIRS= %%DATADIR%% + +.include diff --git a/audio/paman/distinfo b/audio/paman/distinfo new file mode 100644 index 000000000000..e827874eee35 --- /dev/null +++ b/audio/paman/distinfo @@ -0,0 +1,2 @@ +MD5 (paman-0.6.tar.gz) = ea46666ff75b49aa6153946a84be9565 +SIZE (paman-0.6.tar.gz) = 106687 diff --git a/audio/paman/pkg-descr b/audio/paman/pkg-descr new file mode 100644 index 000000000000..e1e15fb74ca6 --- /dev/null +++ b/audio/paman/pkg-descr @@ -0,0 +1,4 @@ +Polypaudio Manager (paman) is a simple Gtk+ frontend for the polypaudio +sound server. + +WWW: http://0pointer.de/lennart/projects/paman/ -- cgit v1.2.3