1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Stage support

This commit is contained in:
Antoine Brodin 2014-01-18 14:58:50 +00:00
parent e0a2c4e46d
commit 492efb12b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340176

View File

@ -16,17 +16,16 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Mixer for X Window System
USES= imake
NO_STAGE= yes
WRKSRC= ${WRKDIR}/xmix
USE_XORG= x11 xext xmu xaw xt sm ice
MAN1= xmix.1
PLIST_FILES= bin/xmix lib/X11/app-defaults/XMix
PLIST_FILES= bin/xmix lib/X11/app-defaults/XMix \
man/man1/xmix.1.gz
pre-build:
${CP} ${WRKSRC}/xmix.1 ${WRKSRC}/xmix.man
post-install:
${INSTALL_DATA} ${WRKSRC}/XMix ${PREFIX}/lib/X11/app-defaults
${INSTALL_DATA} ${WRKSRC}/XMix ${STAGEDIR}${PREFIX}/lib/X11/app-defaults
.include <bsd.port.mk>