mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +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:
parent
69159535bb
commit
1ad82feee3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32613
@ -14,6 +14,7 @@
|
||||
SUBDIR += cdd
|
||||
SUBDIR += cdindex
|
||||
SUBDIR += cdplay
|
||||
SUBDIR += cdplayer.app
|
||||
SUBDIR += cdrdao
|
||||
SUBDIR += cmp3
|
||||
SUBDIR += dagrab
|
||||
|
22
audio/cdplayer.app/Makefile
Normal file
22
audio/cdplayer.app/Makefile
Normal 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>
|
1
audio/cdplayer.app/distinfo
Normal file
1
audio/cdplayer.app/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (CDPlayer.app-1.6.tar.gz) = c41da60cf86372be0170c7f6f88e0db1
|
14
audio/cdplayer.app/files/patch-aa
Normal file
14
audio/cdplayer.app/files/patch-aa
Normal 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
|
||||
|
1
audio/cdplayer.app/pkg-comment
Normal file
1
audio/cdplayer.app/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A CD player with CDDB support resembling OpenStep's OmniCD
|
3
audio/cdplayer.app/pkg-descr
Normal file
3
audio/cdplayer.app/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A CD player with CDDB support resembling OpenStep's OmniCD.
|
||||
|
||||
WWW: http://planeta.terra.com.br/informatica/oldnapalm/cdplayer/
|
2
audio/cdplayer.app/pkg-plist
Normal file
2
audio/cdplayer.app/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
GNUstep/Apps/CDPlayer.app/CDPlayer
|
||||
@dirrm GNUstep/Apps/CDPlayer.app
|
Loading…
Reference in New Issue
Block a user