diff options
author | tron <tron> | 1999-02-04 19:55:01 +0000 |
---|---|---|
committer | tron <tron> | 1999-02-04 19:55:01 +0000 |
commit | 1c903c72ecddff71401a51aedbe010c5549db609 (patch) | |
tree | 7cf4aecbc8ca90f8ac8a34f2a03d2665b6326a03 /audio | |
parent | 38302a57e074423d15836eb592a33f046776855e (diff) | |
download | pkgsrc-1c903c72ecddff71401a51aedbe010c5549db609.tar.gz |
Because "x11amp" is only available as precompiled binary - yes, I should
have checked that - remove this package.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/x11amp/Makefile | 33 | ||||
-rw-r--r-- | audio/x11amp/files/md5 | 2 | ||||
-rw-r--r-- | audio/x11amp/pkg/COMMENT | 1 | ||||
-rw-r--r-- | audio/x11amp/pkg/DESCR | 9 | ||||
-rw-r--r-- | audio/x11amp/pkg/PLIST | 13 |
5 files changed, 0 insertions, 58 deletions
diff --git a/audio/x11amp/Makefile b/audio/x11amp/Makefile deleted file mode 100644 index 6b7ee957c05..00000000000 --- a/audio/x11amp/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: x11amp -# Version required: 0.7 -# Date created: 13 Jul 1998 -# Whom: Donald Burr <dburr@FreeBSD.ORG> -# -# FreeBSD Id: Makefile,v 1.6 1998/12/11 11:56:13 jkh Exp -# - -DISTNAME= x11amp-freebsd-0.8 -PKGNAME= x11amp-0.8 -CATEGORIES= audio -MASTER_SITES= ftp://www.se.opensound.com/pub/oss/ossapps/ -EXTRACT_SUFX= .tar.gz - -MAINTAINER= dburr@FreeBSD.ORG - -NO_BUILD= YES -NO_FILTER_SHLIBS= YES - -.include <bsd.port.pre.mk> - -.if ${PORTOBJFORMAT} == "elf" -STRIP= -DISTNAME= x11amp-freebsd-0.8-elf -ROOT= ${WRKDIR}/usr/local -.else -ROOT= ${WRKDIR}/x11amp -.endif - -do-install: - @tar -cpf - -C ${ROOT} . | tar -xpf - -C ${PREFIX} - -.include <bsd.port.post.mk> diff --git a/audio/x11amp/files/md5 b/audio/x11amp/files/md5 deleted file mode 100644 index 22f4fb99f4d..00000000000 --- a/audio/x11amp/files/md5 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (x11amp-freebsd-0.8-elf.tar.gz) = c99a9f664e11d60ee683967bfa64b227 -MD5 (x11amp-freebsd-0.8.tar.gz) = 222bde0a35ab680e2fff2806c92f06b4 diff --git a/audio/x11amp/pkg/COMMENT b/audio/x11amp/pkg/COMMENT deleted file mode 100644 index 28af9b6d763..00000000000 --- a/audio/x11amp/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -X11-based MP3 player with nice graphical interface diff --git a/audio/x11amp/pkg/DESCR b/audio/x11amp/pkg/DESCR deleted file mode 100644 index b721d4734f7..00000000000 --- a/audio/x11amp/pkg/DESCR +++ /dev/null @@ -1,9 +0,0 @@ -x11amp is a graphical (X11) MP3 player, with a user interface similar -to the WinAMP MP3 player for Windows. Please see http://x11amp.ml.org/ -for more information. - -This version will work with either the standard FreeBSD audio driver -or with the Open Sound System (OSS) sound driver. This is an advanced, -high quality, commercial sound driver for FreeBSD. You may evaluate it -for free for 7 days, after which you must purchase it for $20. Please see -http://www.opensound.com/ for more details. diff --git a/audio/x11amp/pkg/PLIST b/audio/x11amp/pkg/PLIST deleted file mode 100644 index 3c060a1b7ed..00000000000 --- a/audio/x11amp/pkg/PLIST +++ /dev/null @@ -1,13 +0,0 @@ -bin/x11amp -share/x11amp/Players/libwav.a -share/x11amp/Players/libamp.la -share/x11amp/Players/libamp.a -share/x11amp/Players/libwav.la -share/x11amp/Players/libwav.so.8.0 -@exec ln -fs %D/%F %B/libwav.so -@unexec rm -f %B/libwav.so -share/x11amp/Players/libamp.so.8.0 -@exec ln -fs %D/%F %B/libamp.so -@unexec rm -f %B/libamp.so -@dirrm share/x11amp/Players -@dirrm share/x11amp |