summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2003-07-24 21:12:42 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2003-07-24 21:12:42 +0000
commitbbdf8aff2b549d7b11c74d8dd0d1bd5e5c50d44e (patch)
treeaf4fd49c0ce2ed980185087b130238362f59475e /audio
parentmark both conflicting each other (they are installing both a same named binary) (diff)
Update to 3.02.03a
Submitted by: Dmitry Afanasiev <KOT@MATPOCKuH.Ru> (maintainer)
Notes
Notes: svn path=/head/; revision=85552
Diffstat (limited to 'audio')
-rw-r--r--audio/autocd/Makefile27
-rw-r--r--audio/autocd/distinfo2
-rw-r--r--audio/autocd/pkg-plist5
3 files changed, 17 insertions, 17 deletions
diff --git a/audio/autocd/Makefile b/audio/autocd/Makefile
index e83450f135d1..40eb0a313490 100644
--- a/audio/autocd/Makefile
+++ b/audio/autocd/Makefile
@@ -6,30 +6,29 @@
#
PORTNAME= autocd
-PORTVERSION= 3.01.02a
+PORTVERSION= 3.02.03a
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
-MAN1= autocd.1 cdctl.1
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+MAN1= cdctl.1 acdplay.1
+MAN8= autocd.8
+MLINKS= cdctl.1 eject.1 cdctl.1 pause.1
-post-patch:
-.for file in Makefile
- @${REINPLACE_CMD} -e \
- 's|/usr/local|${PREFIX}|g ; \
- s|CFLAGS=-Wall -O2 -pipe|CFLAGS?=${CFLAGS}|g' \
- ${WRKSRC}/${file}
-.endfor
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 400010
+LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses
+.endif
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
-.for i in README.rus.html
- ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
-.endfor
+ ${INSTALL_DATA} ${WRKSRC}/README.rus.html ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/audio/autocd/distinfo b/audio/autocd/distinfo
index 34554cd789b2..d19bb329bb9d 100644
--- a/audio/autocd/distinfo
+++ b/audio/autocd/distinfo
@@ -1 +1 @@
-MD5 (autocd-3.01.02a.tar.gz) = afc4a09ece5e0ec68c088b9501672c0e
+MD5 (autocd-3.02.03a.tar.gz) = 19e6d875b9fc743828994d2ba55643f1
diff --git a/audio/autocd/pkg-plist b/audio/autocd/pkg-plist
index 828563c3b37f..9a6f4321543f 100644
--- a/audio/autocd/pkg-plist
+++ b/audio/autocd/pkg-plist
@@ -1,7 +1,8 @@
+bin/acdplay
bin/autocd
bin/cdctl
bin/pause
bin/eject
etc/rc.d/autocd.sh
-%%PORTDOCS%%share/doc/autocd/README.rus.html
-@dirrm share/doc/autocd
+%%PORTDOCS%%%%DOCSDIR%%/README.rus.html
+%%PORTDOCS%%@dirrm %%DOCSDIR%%