1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Add cdplayer.app - a CD player with CDDB support resembling OpenStep's OmniCD.

PR:		21257
Submitted by:	Denis Shaposhnikov <dsh@vlink.ru>
This commit is contained in:
Maxim Sobolev 2000-09-14 17:43:14 +00:00
parent 69159535bb
commit 1ad82feee3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32613
7 changed files with 44 additions and 0 deletions

View File

@ -14,6 +14,7 @@
SUBDIR += cdd
SUBDIR += cdindex
SUBDIR += cdplay
SUBDIR += cdplayer.app
SUBDIR += cdrdao
SUBDIR += cmp3
SUBDIR += dagrab

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: CDPlayer.app
# Date created: 13 Sep 2000
# Whom: Denis Shaposhnikov <dsh@vlink.ru>
#
# $FreeBSD$
#
PORTNAME= cdplayer.app
PORTVERSION= 1.6
CATEGORIES= audio windowmaker
MASTER_SITES= http://planeta.terra.com.br/informatica/oldnapalm/cdplayer/
DISTNAME= CDPlayer.app-${PORTVERSION}
MAINTAINER= dsh@vlink.ru
LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \
cdaudio.1:${PORTSDIR}/audio/libcdaudio \
wraster.3:${PORTSDIR}/x11-wm/windowmaker
USE_X_PREFIX= yes
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (CDPlayer.app-1.6.tar.gz) = c41da60cf86372be0170c7f6f88e0db1

View File

@ -0,0 +1,14 @@
--- Makefile.orig Thu Mar 9 07:14:23 2000
+++ Makefile Wed Sep 13 21:09:34 2000
@@ -1,8 +1,8 @@
-PREFIX = /usr/local
-CFLAGS = `get-wraster-flags --cflags` `libcdaudio-config --cflags`
+#PREFIX = /usr/local
+CFLAGS += `get-wraster-flags --cflags` `libcdaudio-config --cflags`
LDFLAGS = `get-wraster-flags --ldflags` `libcdaudio-config --ldadd`
LIBS = `get-wraster-flags --libs` `libcdaudio-config --libs`
-CC = gcc -O2
+#CC = gcc -O2
all: CDPlayer

View File

@ -0,0 +1 @@
A CD player with CDDB support resembling OpenStep's OmniCD

View File

@ -0,0 +1,3 @@
A CD player with CDDB support resembling OpenStep's OmniCD.
WWW: http://planeta.terra.com.br/informatica/oldnapalm/cdplayer/

View File

@ -0,0 +1,2 @@
GNUstep/Apps/CDPlayer.app/CDPlayer
@dirrm GNUstep/Apps/CDPlayer.app