diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
commit | 1b3327761c8bcb98d89b529daeae9600844b4361 (patch) | |
tree | 0be1cd4eb5fec6661da4798906b0d9bd522e794f /audio/paman | |
parent | a65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff) | |
download | marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2 marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip |
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/paman')
-rw-r--r-- | audio/paman/Makefile | 34 | ||||
-rw-r--r-- | audio/paman/distinfo | 3 | ||||
-rw-r--r-- | audio/paman/files/patch-src_Makefile.in | 11 | ||||
-rw-r--r-- | audio/paman/pkg-descr | 4 |
4 files changed, 0 insertions, 52 deletions
diff --git a/audio/paman/Makefile b/audio/paman/Makefile deleted file mode 100644 index e379c0446..000000000 --- a/audio/paman/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: paman -# Date created: 2005-03-27 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= paman -PORTVERSION= 0.6 -PORTREVISION= 2 -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_XLIB= 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 deleted file mode 100644 index 9be220094..000000000 --- a/audio/paman/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (paman-0.6.tar.gz) = ea46666ff75b49aa6153946a84be9565 -SHA256 (paman-0.6.tar.gz) = 88cb071415ec800893b9259ed6d0842aa6add50be9029a62f324d9a3f45ea2ee -SIZE (paman-0.6.tar.gz) = 106687 diff --git a/audio/paman/files/patch-src_Makefile.in b/audio/paman/files/patch-src_Makefile.in deleted file mode 100644 index 6b68740fe..000000000 --- a/audio/paman/files/patch-src_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Fri Apr 29 23:02:10 2005 -+++ src/Makefile.in Fri Apr 29 23:02:24 2005 -@@ -137,7 +137,7 @@ - INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ - LDFLAGS = @LDFLAGS@ - LIBOBJS = @LIBOBJS@ --LIBS = @LIBS@ -+LIBS = @LIBS@ -lpolyp-error-0.7 - LN_S = @LN_S@ - LTLIBOBJS = @LTLIBOBJS@ - MAKEINFO = @MAKEINFO@ diff --git a/audio/paman/pkg-descr b/audio/paman/pkg-descr deleted file mode 100644 index e1e15fb74..000000000 --- a/audio/paman/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Polypaudio Manager (paman) is a simple Gtk+ frontend for the polypaudio -sound server. - -WWW: http://0pointer.de/lennart/projects/paman/ |