diff options
author | rene <rene@FreeBSD.org> | 2014-02-08 18:47:56 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-02-08 18:47:56 +0800 |
commit | 0b5133f29254e4e2b5e8e58f9d08354ae3b32452 (patch) | |
tree | 0bcc33b8e99511a72f7b7c638dcf50f9d8af42a4 /audio | |
parent | 3403f3feaf8267c4b507d54b15590d820e3c823f (diff) | |
download | freebsd-ports-gnome-0b5133f29254e4e2b5e8e58f9d08354ae3b32452.tar.gz freebsd-ports-gnome-0b5133f29254e4e2b5e8e58f9d08354ae3b32452.tar.zst freebsd-ports-gnome-0b5133f29254e4e2b5e8e58f9d08354ae3b32452.zip |
Remove expired port:
2014-02-08 audio/bebocd: abandoned by mainstream
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/bebocd/Makefile | 36 | ||||
-rw-r--r-- | audio/bebocd/distinfo | 2 | ||||
-rw-r--r-- | audio/bebocd/pkg-descr | 3 | ||||
-rw-r--r-- | audio/bebocd/pkg-plist | 10 |
5 files changed, 0 insertions, 52 deletions
diff --git a/audio/Makefile b/audio/Makefile index a504de3ab79b..3fff6249ea2c 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -50,7 +50,6 @@ SUBDIR += baresip SUBDIR += baudline SUBDIR += beast - SUBDIR += bebocd SUBDIR += beep SUBDIR += beets SUBDIR += blop diff --git a/audio/bebocd/Makefile b/audio/bebocd/Makefile deleted file mode 100644 index 4e15e1399323..000000000000 --- a/audio/bebocd/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# Created by: Adam Weinberger <adamw@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= bebocd -PORTVERSION= 0.4 -PORTREVISION= 12 -CATEGORIES= audio -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= GTK2 CD Player - -LIB_DEPENDS= libcdaudio.so:${PORTSDIR}/audio/libcdaudio - -DEPRECATED= abandoned by mainstream -EXPIRATION_DATE= 2014-02-08 - -USE_XORG= x11 -USES= gmake pathfix pkgconfig -USE_GNOME= gtk20 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-patch: -.if defined(CDROM) && exists(${CDROM}) - @${REINPLACE_CMD} -e "s|/dev/cdrom|${CDROM}|" ${WRKSRC}/src/main.h -.else - @${ECHO_MSG} "" - @${ECHO_MSG} "You can specify the default CD-ROM device by defining CDROM." - @${ECHO_MSG} "For example, CDROM=\"/dev/acd0c\" make" - @${ECHO_MSG} "" -.endif - @${REINPLACE_CMD} -e "s|gpointer data|gpointer arg|" ${WRKSRC}/src/callbacks.c - -.include <bsd.port.mk> diff --git a/audio/bebocd/distinfo b/audio/bebocd/distinfo deleted file mode 100644 index 6413c4e6073f..000000000000 --- a/audio/bebocd/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (bebocd-0.4.tar.gz) = 1cd1d75dc22331d220676ff950af4e36509a2c7aea16671163f276488e110006 -SIZE (bebocd-0.4.tar.gz) = 122972 diff --git a/audio/bebocd/pkg-descr b/audio/bebocd/pkg-descr deleted file mode 100644 index d8f37be7e3b3..000000000000 --- a/audio/bebocd/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Simple CD-player that requires only GTK 2 and libcdaudio. - -WWW: http://bebocd.sourceforge.net/ diff --git a/audio/bebocd/pkg-plist b/audio/bebocd/pkg-plist deleted file mode 100644 index 518d8f90a68d..000000000000 --- a/audio/bebocd/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -bin/bebocd -share/bebocd/pixmaps/bebocd.xpm -share/bebocd/pixmaps/eject.xpm -share/bebocd/pixmaps/fleft.xpm -share/bebocd/pixmaps/fright.xpm -share/bebocd/pixmaps/pause.xpm -share/bebocd/pixmaps/play.xpm -share/bebocd/pixmaps/stop.xpm -@dirrm share/bebocd/pixmaps -@dirrm share/bebocd |