mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
33 lines
818 B
Makefile
33 lines
818 B
Makefile
# Created by: Jan Srzednicki <w@wrzask.pl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gkrellmoon2
|
|
PORTVERSION= 0.6
|
|
PORTREVISION= 9
|
|
CATEGORIES= astro
|
|
MASTER_SITES= SF/gkrellmoon/gkrellmoon/${PORTVERSION}
|
|
DISTNAME= gkrellmoon-${PORTVERSION}
|
|
|
|
MAINTAINER= w@wrzask.pl
|
|
COMMENT= A 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
|
|
|
|
ALL_TARGET= gkrellmoon.so
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/gkrellmoon.so \
|
|
${PREFIX}/libexec/gkrellm2/plugins
|
|
.ifndef(NOPORTDOCS)
|
|
${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \
|
|
${PREFIX}/share/doc/${PORTNAME}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}
|
|
.endif #NOPORTDOCS
|
|
|
|
.include <bsd.port.mk>
|