From bbdf8aff2b549d7b11c74d8dd0d1bd5e5c50d44e Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Thu, 24 Jul 2003 21:12:42 +0000 Subject: Update to 3.02.03a Submitted by: Dmitry Afanasiev (maintainer) --- audio/autocd/Makefile | 27 +++++++++++++-------------- audio/autocd/distinfo | 2 +- audio/autocd/pkg-plist | 5 +++-- 3 files changed, 17 insertions(+), 17 deletions(-) (limited to 'audio/autocd') 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 + +.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 +.include 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%% -- cgit v1.2.3