From 43aa9eea6625247d080360ff80aa7ccedb76ff04 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Fri, 11 Jul 2003 04:07:26 +0000 Subject: Bebocd is a simple CD-player that requires only GTK 2 and libcdaudio. --- audio/Makefile | 1 + audio/bebocd/Makefile | 37 +++++++++++++++++++++++++++++++++++++ audio/bebocd/distinfo | 1 + audio/bebocd/pkg-descr | 3 +++ audio/bebocd/pkg-plist | 10 ++++++++++ 5 files changed, 52 insertions(+) create mode 100644 audio/bebocd/Makefile create mode 100644 audio/bebocd/distinfo create mode 100644 audio/bebocd/pkg-descr create mode 100644 audio/bebocd/pkg-plist (limited to 'audio') 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 +# +# $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 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 -- cgit v1.2.3