aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2005-04-03 05:00:44 +0800
committerahze <ahze@FreeBSD.org>2005-04-03 05:00:44 +0800
commit957fe4cbc0ac36784f0662a3552831d6b2ccb420 (patch)
treed492007b1932b3178dda6ab8571fdf43aa775a43 /audio
parent3893dccbb77368d8e11a3c068960a96c4e197f41 (diff)
downloadfreebsd-ports-gnome-957fe4cbc0ac36784f0662a3552831d6b2ccb420.tar.gz
freebsd-ports-gnome-957fe4cbc0ac36784f0662a3552831d6b2ccb420.tar.zst
freebsd-ports-gnome-957fe4cbc0ac36784f0662a3552831d6b2ccb420.zip
Add paman
Polypaudio Manager (paman) is a simple Gtk+ frontend for the polypaudio sound server.
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/paman/Makefile33
-rw-r--r--audio/paman/distinfo2
-rw-r--r--audio/paman/pkg-descr4
4 files changed, 40 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 0106c20645d8..fe5d4c990eb1 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -343,6 +343,7 @@
SUBDIR += p5-Xmms
SUBDIR += p5-libvorbis
SUBDIR += p5-tagged
+ SUBDIR += paman
SUBDIR += pd
SUBDIR += phatbeat
SUBDIR += pimp3
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 <ahze@FreeBSD.org>
+#
+# $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 <bsd.port.mk>
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/