mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
551b0bd651
PR: 54450 Submitted by: Pav Lucistnik <pav@oook.cz> Reviewed by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
34 lines
965 B
Makefile
34 lines
965 B
Makefile
# New ports collection makefile for: gkrellweather2
|
|
# Date Created: 24 Nov 2002
|
|
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gkrellweather
|
|
PORTVERSION= 2.0.6
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://kmlinux.fjfi.cvut.cz/~makovick/gkrellm/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pav@oook.cz
|
|
COMMENT= GKrellWeather is a weather plugin for GKrellM
|
|
|
|
BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
|
|
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 \
|
|
${X11BASE}/bin/GrabWeather:${PORTSDIR}/misc/wmweather
|
|
|
|
USE_GMAKE= yes
|
|
USE_X_PREFIX= yes
|
|
ALL_TARGET= gkrellweather.so
|
|
|
|
MAKE_ENV= enable_nls=1 PTHREAD_LIBS=${PTHREAD_LIBS}
|
|
|
|
do-install:
|
|
${MKDIR} ${PREFIX}/libexec/gkrellm2/plugins
|
|
${INSTALL_DATA} ${WRKSRC}/gkrellweather.so ${PREFIX}/libexec/gkrellm2/plugins
|
|
${MKDIR} ${PREFIX}/share/locale/ru/
|
|
${INSTALL_DATA} ${WRKSRC}/po/ru.mo ${PREFIX}/share/locale/ru/LC_MESSAGES/gkrellweather.mo
|
|
|
|
.include <bsd.port.mk>
|