diff options
author | osa <osa@FreeBSD.org> | 2003-07-24 21:12:42 +0000 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-07-24 21:12:42 +0000 |
commit | 77e01986ec768dbf16a5dfe67904c66668a35983 (patch) | |
tree | f3bb805eea92cb2303912fd1d8eaa182db1a82fc /audio | |
parent | 322f6fb041b7117959bced8ba61163b968a2391c (diff) | |
download | FreeBSD-ports-77e01986ec768dbf16a5dfe67904c66668a35983.zip FreeBSD-ports-77e01986ec768dbf16a5dfe67904c66668a35983.tar.gz |
Update to 3.02.03a
Submitted by: Dmitry Afanasiev <KOT@MATPOCKuH.Ru> (maintainer)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/autocd/Makefile | 27 | ||||
-rw-r--r-- | audio/autocd/distinfo | 2 | ||||
-rw-r--r-- | audio/autocd/pkg-plist | 5 |
3 files changed, 17 insertions, 17 deletions
diff --git a/audio/autocd/Makefile b/audio/autocd/Makefile index e83450f..40eb0a3 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 34554cd..d19bb32 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 828563c..9a6f432 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%% |