summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-07-11 04:07:26 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-07-11 04:07:26 +0000
commit43aa9eea6625247d080360ff80aa7ccedb76ff04 (patch)
treefb4f70d2110ae58c8b0c66a7516d4435c9199cde /audio
parento Updated documentation (diff)
Bebocd is a simple CD-player that requires only
GTK 2 and libcdaudio.
Notes
Notes: svn path=/head/; revision=84629
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/bebocd/Makefile37
-rw-r--r--audio/bebocd/distinfo1
-rw-r--r--audio/bebocd/pkg-descr3
-rw-r--r--audio/bebocd/pkg-plist10
5 files changed, 52 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index e46d2db26aff..858594f371dd 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -23,6 +23,7 @@
SUBDIR += autools
SUBDIR += autozen
SUBDIR += baudline
+ SUBDIR += bebocd
SUBDIR += beep
SUBDIR += bladeenc
SUBDIR += blop
diff --git a/audio/bebocd/Makefile b/audio/bebocd/Makefile
new file mode 100644
index 000000000000..472458549a26
--- /dev/null
+++ b/audio/bebocd/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: bebocd
+# Date created: 02 July 2003
+# Whom: Adam Weinberger <adamw@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= bebocd
+PORTVERSION= 0.3
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= GTK2 CD Player
+
+LIB_DEPENDS= cdaudio.1:${PORTSDIR}/audio/libcdaudio
+
+USE_X_PREFIX= yes
+USE_GNOME= gnomehack gtk20 gnomeprefix
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+USE_REINPLACE= yes
+CONFIGURE_ARGS= CPPFLAGS=-I${LOCALBASE}/include \
+ LIBS=-L${LOCALBASE}/lib
+
+post-patch:
+.if defined(CDROM) && exists(${CDROM})
+ @${REINPLACE_CMD} -e "s|/dev/cdrom|${CDROM}|" ${WRKSRC}/src/main.h
+.else
+ @${ECHO} ""
+ @${ECHO} "You can specify the default CD-ROM device by defining CDROM."
+ @${ECHO} "For example, CDROM=\"/dev/acd0c\" make"
+ @${ECHO} ""
+.endif
+
+.include <bsd.port.mk>
diff --git a/audio/bebocd/distinfo b/audio/bebocd/distinfo
new file mode 100644
index 000000000000..3e04ca537e19
--- /dev/null
+++ b/audio/bebocd/distinfo
@@ -0,0 +1 @@
+MD5 (bebocd-0.3.tar.gz) = 0e8583679780e05381f05575bfd793bc
diff --git a/audio/bebocd/pkg-descr b/audio/bebocd/pkg-descr
new file mode 100644
index 000000000000..d8f37be7e3b3
--- /dev/null
+++ b/audio/bebocd/pkg-descr
@@ -0,0 +1,3 @@
+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
new file mode 100644
index 000000000000..51fc7ce8a93b
--- /dev/null
+++ b/audio/bebocd/pkg-plist
@@ -0,0 +1,10 @@
+bin/bebocd
+share/gnome/bebocd/pixmaps/bebocd.xpm
+share/gnome/bebocd/pixmaps/eject.xpm
+share/gnome/bebocd/pixmaps/fleft.xpm
+share/gnome/bebocd/pixmaps/fright.xpm
+share/gnome/bebocd/pixmaps/pause.xpm
+share/gnome/bebocd/pixmaps/play.xpm
+share/gnome/bebocd/pixmaps/stop.xpm
+@dirrm share/gnome/bebocd/pixmaps
+@dirrm share/gnome/bebocd