mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Support stage
Simplify
This commit is contained in:
parent
7dc50dd148
commit
f0a845949b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346809
@ -9,12 +9,11 @@ MASTER_SITES= SF/gkrellmoon/gkrellmoon/${PORTVERSION}
|
||||
DISTNAME= gkrellmoon-${PORTVERSION}
|
||||
|
||||
MAINTAINER= w@wrzask.pl
|
||||
COMMENT= A moon clock plugin for Gkrellm2
|
||||
COMMENT= Moon clock plugin for Gkrellm2
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
|
||||
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
|
||||
|
||||
NO_STAGE= yes
|
||||
USES= pkgconfig
|
||||
USE_GNOME= gtk20
|
||||
|
||||
@ -22,15 +21,11 @@ ALL_TARGET= gkrellmoon.so
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins
|
||||
${INSTALL_DATA} ${WRKSRC}/gkrellmoon.so \
|
||||
${PREFIX}/libexec/gkrellm2/plugins
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \
|
||||
${PREFIX}/share/doc/${PORTNAME}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}
|
||||
.endif #NOPORTDOCS
|
||||
${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user