1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Update MASTER_SITES and WWW: line

PR:		187050
Submitted by:	Ports Fury
This commit is contained in:
Martin Wilke 2014-02-27 09:04:29 +00:00
parent 8ecf60982c
commit 7269f6c870
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346278
2 changed files with 17 additions and 10 deletions

View File

@ -3,15 +3,15 @@
PORTNAME= asmix PORTNAME= asmix
PORTVERSION= 1.5 PORTVERSION= 1.5
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES= audio afterstep CATEGORIES= audio afterstep
MASTER_SITES= http://www.tigr.net/afterstep/download/asmix/ MASTER_SITES= http://tigr.net/afterstep/download/asmix/ \
http://www.sourcefiles.org/Utilities/Console/A-B/
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= Volume control dock-app for the AfterStep Window Manager COMMENT= Volume control dock-app for the AfterStep Window Manager
DEPRECATED= No more public distfiles LICENSE= GPLv2
EXPIRATION_DATE= 2014-03-07
USE_XORG= xpm x11 USE_XORG= xpm x11
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
@ -19,14 +19,21 @@ CONFIGURE_ARGS= --with-xpm \
--with-xpm-includes=${LOCALBASE}/include \ --with-xpm-includes=${LOCALBASE}/include \
--with-xpm-library=${LOCALBASE}/lib --with-xpm-library=${LOCALBASE}/lib
NO_STAGE= yes PLIST_FILES= bin/asmix man/man1/asmix.1.gz
MAN1= ${PORTNAME}.1x
PLIST_FILES= bin/asmix
post-patch: post-patch:
.for file in asmix.c configure autoconf/config.h.in .for i in asmix.c configure autoconf/config.h.in
@${REINPLACE_CMD} -e 's|machine/soundcard|sys/soundcard|g ; \ @${REINPLACE_CMD} -e 's|machine/soundcard|sys/soundcard|g ; \
s|MACHINE_SOUNDCARD|SYS_SOUNDCARD|g' ${WRKSRC}/${file} s|MACHINE_SOUNDCARD|SYS_SOUNDCARD|g' ${WRKSRC}/${i}
.endfor .endfor
post-build:
@${LN} -sf asmix.man ${WRKSRC}/asmix.1
do-install:
(cd ${WRKSRC} && ${INSTALL_PROGRAM} asmix \
${STAGEDIR}${PREFIX}/bin)
(cd ${WRKSRC} && ${INSTALL_MAN} asmix.1 \
${STAGEDIR}${MANPREFIX}/man/man1)
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -2,4 +2,4 @@ The asmix utility is a volume control knob for X windows and for AfterStep
window manager especially. The knob can be used to adjust the master window manager especially. The knob can be used to adjust the master
volume of your sound card. volume of your sound card.
WWW: http://www.tigr.net/afterstep/ WWW: http://tigr.net/afterstep/