aboutsummaryrefslogtreecommitdiff
path: root/audio/paman
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-04-02 21:00:44 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-04-02 21:00:44 +0000
commit24853c7595c9dc840c948ab5c4f293e75b473572 (patch)
tree149a2bbb443fc3acb9e10e98b2fbafc80f98f5d3 /audio/paman
parent8192b90a2a18f2d0ef982912e4aa6fc0c259a63f (diff)
downloadports-24853c7595c9dc840c948ab5c4f293e75b473572.tar.gz
ports-24853c7595c9dc840c948ab5c4f293e75b473572.zip
Add paman
Polypaudio Manager (paman) is a simple Gtk+ frontend for the polypaudio sound server.
Notes
Notes: svn path=/head/; revision=132271
Diffstat (limited to 'audio/paman')
-rw-r--r--audio/paman/Makefile33
-rw-r--r--audio/paman/distinfo2
-rw-r--r--audio/paman/pkg-descr4
3 files changed, 39 insertions, 0 deletions
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/