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

- Update MASTER_SITES

- Add LICENSE
- Stage support

PR:		187063
This commit is contained in:
Martin Wilke 2014-02-27 09:20:04 +00:00
parent 47be6df457
commit d4aa27bf92
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346293
2 changed files with 24 additions and 25 deletions

View File

@ -3,28 +3,39 @@
PORTNAME= asmixer PORTNAME= asmixer
PORTVERSION= 0.5 PORTVERSION= 0.5
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES= audio afterstep CATEGORIES= audio afterstep
MASTER_SITES= http://www.tigr.net/afterstep/download/asmixer/ MASTER_SITES= AFTERSTEP/apps/asmix/ \
http://tigr.net/afterstep/download/asmixer/
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= Mixer control for AfterStep window manager COMMENT= Mixer control for AfterStep window manager
DEPRECATED= No more public distfiles LICENSE= GPLv2
EXPIRATION_DATE= 2014-03-07
MAN1= ${PORTNAME}.1x
NO_STAGE= yes
PLIST_FILES= bin/asmixer
USE_XORG= xpm x11 USE_XORG= xpm x11
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-xpm \ CONFIGURE_ARGS= --with-xpm \
--with-xpm-includes=${LOCALBASE} \ --with-xpm-includes=${LOCALBASE}/include \
--with-xpm-library=${LOCALBASE} --with-xpm-library=${LOCALBASE}/lib
post-install: PLIST_FILES= bin/asmixer man/man1/asmixer.1.gz
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man \
${MAN1PREFIX}/man/man1/${PORTNAME}.1x post-patch:
.for i in asmixer.c configure autoconf/config.h.in
@${REINPLACE_CMD} -e \
's|machine/soundcard.h|sys/soundcard.h| ; \
s|MACHINE_SOUNDCARD_H|SYS_SOUNDCARD_H| ; \
/sys\/syslimits.h/d' ${WRKSRC}/${i}
.endfor
post-build:
@${LN} -sf asmixer.man ${WRKSRC}/asmixer.1
do-install:
(cd ${WRKSRC} && ${INSTALL_PROGRAM} asmixer \
${STAGEDIR}${PREFIX}/bin)
(cd ${WRKSRC} && ${INSTALL_MAN} asmixer.1 \
${STAGEDIR}${MANPREFIX}/man/man1)
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,12 +0,0 @@
--- asmixer.c.orig Sun Aug 31 15:23:26 2003
+++ asmixer.c Sun Aug 31 15:24:45 2003
@@ -31,8 +31,8 @@
#include <unistd.h>
#ifdef __FreeBSD__
-#include <sys/syslimits.h>
#include <sys/param.h>
+#include <sys/soundcard.h>
#endif
#include <sys/mount.h>