mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Add staging support
This commit is contained in:
parent
5e70a882ed
commit
476ec7c0d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357594
@ -16,8 +16,11 @@ RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
|
||||
USES= pkgconfig
|
||||
USE_XORG= x11 xxf86vm
|
||||
PLIST_FILES= libexec/gkrellm2/plugins/gamma.so
|
||||
MAKE_ENV= PLUGIN_DIR=${PREFIX}/libexec/gkrellm2/plugins
|
||||
MAKE_ENV= PLUGIN_DIR=${PLUGINDIR}
|
||||
ALL_TARGET= gamma.so
|
||||
PLUGINDIR= ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins
|
||||
|
||||
pre-install:
|
||||
@${MKDIR} ${PLUGINDIR}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user