diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-01 08:24:53 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-01 08:24:53 +0800 |
commit | 45157b790e433c220256c7b8765387c5eef65786 (patch) | |
tree | ffc955b48cdd0d58e50dab7511d1864216ff5154 /audio/autocd | |
parent | c49e16c1befa5ba38b676992346552fceecba508 (diff) | |
download | freebsd-ports-gnome-45157b790e433c220256c7b8765387c5eef65786.tar.gz freebsd-ports-gnome-45157b790e433c220256c7b8765387c5eef65786.tar.zst freebsd-ports-gnome-45157b790e433c220256c7b8765387c5eef65786.zip |
New port: Compact disc control utility
Another compact disc control utility
PR: ports/49104
Submitted by: Dmitry Afanasiev <KOT@KOT.SPb.Ru>
Diffstat (limited to 'audio/autocd')
-rw-r--r-- | audio/autocd/Makefile | 23 | ||||
-rw-r--r-- | audio/autocd/distinfo | 1 | ||||
-rw-r--r-- | audio/autocd/files/patch-Makefile | 11 | ||||
-rw-r--r-- | audio/autocd/pkg-descr | 5 | ||||
-rw-r--r-- | audio/autocd/pkg-plist | 5 |
5 files changed, 45 insertions, 0 deletions
diff --git a/audio/autocd/Makefile b/audio/autocd/Makefile new file mode 100644 index 000000000000..b8dee1779048 --- /dev/null +++ b/audio/autocd/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: autocd +# Date created: 11 Marth 2003 +# Whom: Dmitry Afanasiev <KOT@MATPOCKuH.Ru> +# +# $FreeBSD$ +# + +PORTNAME= autocd +PORTVERSION= 3.00.02a +CATEGORIES= audio sysutils +MASTER_SITES= ftp://kot.spb.ru/pub/src/projects/autocd/ + +MAINTAINER= KOT@MATPOCKuH.Ru +COMMENT= Compact disc control utility + +USE_REINPLACE= yes + +post-patch: + @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/Makefile + +MAN1= autocd.1 cdctl.1 + +.include <bsd.port.mk> diff --git a/audio/autocd/distinfo b/audio/autocd/distinfo new file mode 100644 index 000000000000..4a54c8f77aab --- /dev/null +++ b/audio/autocd/distinfo @@ -0,0 +1 @@ +MD5 (autocd-3.00.02a.tar.gz) = ef165796ae5e56123d974277ba879616 diff --git a/audio/autocd/files/patch-Makefile b/audio/autocd/files/patch-Makefile new file mode 100644 index 000000000000..71d927ca94c7 --- /dev/null +++ b/audio/autocd/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig Tue Mar 11 13:32:37 2003 ++++ Makefile Tue Mar 11 13:33:27 2003 +@@ -1,7 +1,7 @@ + # Makefile for autocd + + # Install prefix +-PREFIX=/usr/local ++PREFIX=%%LOCALBASE%% + # Prefix for rc script. This is default for FreeBSD only! + RCPREFIX=$(PREFIX)/etc/rc.d + # Compiler flags diff --git a/audio/autocd/pkg-descr b/audio/autocd/pkg-descr new file mode 100644 index 000000000000..a221349854cd --- /dev/null +++ b/audio/autocd/pkg-descr @@ -0,0 +1,5 @@ +Compact disc control utility + +WWW: http://kot.spb.ru/projects/autocd/ (in russian) + +KOT@MATPOCKuH.Ru diff --git a/audio/autocd/pkg-plist b/audio/autocd/pkg-plist new file mode 100644 index 000000000000..aa5f11c6c8aa --- /dev/null +++ b/audio/autocd/pkg-plist @@ -0,0 +1,5 @@ +bin/autocd +bin/cdctl +bin/pause +bin/eject +etc/rc.d/autocd.sh |