aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cdrtools-devel/Makefile
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2004-01-25 10:59:40 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2004-01-25 10:59:40 +0000
commitc01c6d23da2b107dd57d5766313f3cac913073b9 (patch)
treeeecda5548c8bebdfa0355ff65880dc2579c85dcc /sysutils/cdrtools-devel/Makefile
parent40fabdd6e7409535cc2c8451d61c0f70fccf5913 (diff)
Notes
Diffstat (limited to 'sysutils/cdrtools-devel/Makefile')
-rw-r--r--sysutils/cdrtools-devel/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/sysutils/cdrtools-devel/Makefile b/sysutils/cdrtools-devel/Makefile
index 673f865d0761..73774867a665 100644
--- a/sysutils/cdrtools-devel/Makefile
+++ b/sysutils/cdrtools-devel/Makefile
@@ -6,12 +6,13 @@
#
PORTNAME?= cdrtools
-PORTVERSION?= 2.01a24
+CDRTLSVERSION= 2.01a25
+PORTVERSION?= ${CDRTLSVERSION}
PORTREVISION?= 0
CATEGORIES?= sysutils audio
MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/alpha/ \
ftp://ftp.cs.tu-berlin.de/pub/misc/cdrecord/alpha/
-DISTNAME= cdrtools-2.01a24
+DISTNAME= cdrtools-${CDRTLSVERSION}
MAINTAINER= marius@alchemy.franken.de
COMMENT?= Cdrecord and other programs to extract and record CDs/CD-R[W]s
@@ -62,14 +63,15 @@ PKGNAMESUFFIX?= -devel
.include <bsd.port.pre.mk>
pre-everything::
-.if !defined(WITH_RSCSI)
+.if !defined(MKISOFS) && !defined(WITH_RSCSI)
@${ECHO_MSG} ""
@${ECHO_MSG} "You may use the following build option(s):"
@${ECHO_MSG} ""
- @${ECHO_MSG} "WITH_RSCSI=yes builds with rscsi which allows using SCSI-devices over"
- @${ECHO_MSG} " the network."
+ @${ECHO_MSG} "WITH_RSCSI=yes builds with the rscsi daemon which provides access to"
+ @${ECHO_MSG} " local SCSI-devices over the network (the client-side"
+ @${ECHO_MSG} " in cdda2wav, cdrecord, etc. is built unconditionally)."
@${ECHO_MSG} " BEWARE: The rscsi binary gets installed suid root as"
- @${ECHO_MSG} " this is the preferred method to set it up."
+ @${ECHO_MSG} " this is the preferred method to set it up."
@${ECHO_MSG} ""
.endif