mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update to 3.02.03a
Submitted by: Dmitry Afanasiev <KOT@MATPOCKuH.Ru> (maintainer)
This commit is contained in:
parent
965932ea56
commit
bbdf8aff2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85552
@ -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>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (autocd-3.01.02a.tar.gz) = afc4a09ece5e0ec68c088b9501672c0e
|
||||
MD5 (autocd-3.02.03a.tar.gz) = 19e6d875b9fc743828994d2ba55643f1
|
||||
|
@ -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%%
|
||||
|
Loading…
Reference in New Issue
Block a user