mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Support stage
This commit is contained in:
parent
aa56424e50
commit
dd24ee4ee4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342885
@ -8,28 +8,23 @@ CATEGORIES= audio windowmaker
|
||||
MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/software/
|
||||
|
||||
MAINTAINER= novel@FreeBSD.org
|
||||
COMMENT= An audio mixer for the WindowMaker dock with TV-like OSD
|
||||
COMMENT= Audio mixer for the WindowMaker dock with TV-like OSD
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
PLIST_FILES= bin/wmix
|
||||
ALL_TARGET= ${PORTNAME}
|
||||
USE_XORG= xpm
|
||||
NO_STAGE= yes
|
||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
|
||||
|
||||
PORTDOCS= AUTHORS BUGS INSTALL NEWS README
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/wmix ${PREFIX}/bin
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/wmix ${STAGEDIR}${PREFIX}/bin
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for i in ${PORTDOCS}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user