Add xcdroast 0.98.a.8, another X11 frontend to mkisofs/cdrecord.
PR: 24386 Submitted by: Oliver Lehmann <Kai_Allard_Liao@gmx.de>
This commit is contained in:
parent
f9f0e22962
commit
2182905693
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37251
@ -127,6 +127,7 @@
|
||||
SUBDIR += wmtop
|
||||
SUBDIR += xbatt
|
||||
SUBDIR += xbattbar
|
||||
SUBDIR += xcdroast
|
||||
SUBDIR += xcpustate
|
||||
SUBDIR += xdu
|
||||
SUBDIR += xfsm
|
||||
|
23
sysutils/xcdroast/Makefile
Normal file
23
sysutils/xcdroast/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: xcdroast
|
||||
# Date Created: 28 Sep 2000
|
||||
# Whom: Oliver Lehmann <Kai_Allard_Liao@gmx.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xcdroast
|
||||
PORTVERSION= 0.98.a.8
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.xcdroast.org/download/
|
||||
DISTNAME= xcdroast-0.98alpha8
|
||||
|
||||
MAINTAINER= Kai_Allard_Liao@gmx.de
|
||||
|
||||
RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrecord \
|
||||
mkisofs:${PORTSDIR}/sysutils/mkisofs
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GTK= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
sysutils/xcdroast/distinfo
Normal file
1
sysutils/xcdroast/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xcdroast-0.98alpha8.tar.gz) = b26664d09a530f798e062cfb9f8aac8f
|
26
sysutils/xcdroast/files/patch-Makefile
Normal file
26
sysutils/xcdroast/files/patch-Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
--- Makefile.orig Sun Nov 26 15:03:56 2000
|
||||
+++ Makefile Tue Jan 16 18:02:52 2001
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
# Installation prefix directory:
|
||||
|
||||
-PREFIX=/usr
|
||||
+PREFIX?=/usr/X11R6
|
||||
#PREFIX=/usr/local
|
||||
PRE_LIBDIR=$(PREFIX)/lib/xcdroast-0.98
|
||||
|
||||
@@ -13,10 +13,10 @@
|
||||
|
||||
#---
|
||||
|
||||
-CFLAGS=-Wall `gtk-config --cflags` `imlib-config --cflags` -DPRE_PREFIX="\"$(PREFIX)\"" -DPRE_LIBDIR="\"$(PRE_LIBDIR)\""
|
||||
-LIBS=`gtk-config --libs` `imlib-config --libs` -lgdk_imlib
|
||||
-TOOLLIBS=`gtk-config --libs`
|
||||
-CC=gcc
|
||||
+CFLAGS+=-Wall `${GTK_CONFIG} --cflags` `imlib-config --cflags` -DPRE_PREFIX="\"$(PREFIX)\"" -DPRE_LIBDIR="\"$(PRE_LIBDIR)\""
|
||||
+LIBS=`${GTK_CONFIG} --libs` `imlib-config --libs` -lgdk_imlib
|
||||
+TOOLLIBS=`${GTK_CONFIG} --libs`
|
||||
+CC?=gcc
|
||||
|
||||
OBJ = main.o language.o init.o tools.o xtools.o menus.o setup.o io.o duplicate.o wav_frontend.o wav_id.o create.o
|
||||
|
1
sysutils/xcdroast/pkg-comment
Normal file
1
sysutils/xcdroast/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Another X11 frontend to mkisofs/cdrecord
|
4
sysutils/xcdroast/pkg-descr
Normal file
4
sysutils/xcdroast/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
X-CD-roast is an X11 based CD-burner. You can burn Audio and Data
|
||||
CD-ROMs. It can be used to extract data and audio tracks.
|
||||
You can format CD-RWs, create ISO imgages, burn ISO imgages, and many
|
||||
other stuff...
|
22
sysutils/xcdroast/pkg-plist
Normal file
22
sysutils/xcdroast/pkg-plist
Normal file
@ -0,0 +1,22 @@
|
||||
bin/xcdrgtk
|
||||
lib/xcdroast-0.98/icons/burnproof.gif
|
||||
lib/xcdroast-0.98/icons/cddblogo.gif
|
||||
lib/xcdroast-0.98/icons/dialog_default.png
|
||||
lib/xcdroast-0.98/icons/dialog_error.png
|
||||
lib/xcdroast-0.98/icons/dialog_information.png
|
||||
lib/xcdroast-0.98/icons/dialog_question.png
|
||||
lib/xcdroast-0.98/icons/dialog_warning.png
|
||||
lib/xcdroast-0.98/icons/xcdrlogo.gif
|
||||
lib/xcdroast-0.98/lang/lang_extract.sh
|
||||
lib/xcdroast-0.98/lang/langhelp.def
|
||||
lib/xcdroast-0.98/lang/language.def
|
||||
lib/xcdroast-0.98/sound/test.wav
|
||||
lib/xcdroast-0.98/bin/cddbtool
|
||||
lib/xcdroast-0.98/bin/rmtool
|
||||
lib/xcdroast-0.98/bin/vrfytool
|
||||
lib/xcdroast-0.98/bin/wavplay
|
||||
@dirrm lib/xcdroast-0.98/bin
|
||||
@dirrm lib/xcdroast-0.98/icons
|
||||
@dirrm lib/xcdroast-0.98/lang
|
||||
@dirrm lib/xcdroast-0.98/sound
|
||||
@dirrm lib/xcdroast-0.98
|
Loading…
Reference in New Issue
Block a user