freebsd-ports/astro/gkrellsun/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

29 lines
682 B
Makefile

# New ports collection makefile for: gkrellsun
# Date Created: 14.August 2002
# Whom: Steffen Vogelreuter
#
# $FreeBSD$
#
PORTNAME= gkrellsun
PORTVERSION= 0.2
PORTREVISION= 3
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= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
USE_X_PREFIX= yes
USE_GNOME= imlib
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gkrellsun.so \
${PREFIX}/libexec/gkrellm/plugins
.include <bsd.port.mk>