1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/astro/gkrellsun/Makefile
Edwin Groothuis 6527ef2070 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 13:08:29 +00:00

28 lines
666 B
Makefile

# New ports collection makefile for: gkrellsun
# Date Created: 14.August 2002
# Whom: Steffen Vogelreuter
#
# $FreeBSD$
#
PORTNAME= gkrellsun
PORTVERSION= 0.2
PORTREVISION= 5
CATEGORIES= astro
MASTER_SITES= http://nwalsh.com/hacks/gkrellsun/
MAINTAINER= ports@FreeBSD.org
COMMENT= A Gkrellm-Plugin that displays the local sun rise and sun set times
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
USE_GNOME= imlib
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gkrellsun.so \
${PREFIX}/libexec/gkrellm/plugins
.include <bsd.port.mk>