2002-08-15 14:12:03 +00:00
|
|
|
# New ports collection makefile for: gkrellsun
|
|
|
|
# Date Created: 14.August 2002
|
|
|
|
# Whom: Steffen Vogelreuter
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gkrellsun
|
|
|
|
PORTVERSION= 0.2
|
2008-06-06 13:08:29 +00:00
|
|
|
PORTREVISION= 5
|
2002-08-15 14:12:03 +00:00
|
|
|
CATEGORIES= astro
|
|
|
|
MASTER_SITES= http://nwalsh.com/hacks/gkrellsun/
|
|
|
|
|
2006-09-05 09:56:11 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-18 23:05:37 +00:00
|
|
|
COMMENT= A Gkrellm-Plugin that displays the local sun rise and sun set times
|
2002-08-15 14:12:03 +00:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
|
2002-08-15 14:12:03 +00:00
|
|
|
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
|
2002-08-30 03:20:23 +00:00
|
|
|
USE_GNOME= imlib
|
2002-08-15 14:12:03 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/gkrellsun.so \
|
|
|
|
${PREFIX}/libexec/gkrellm/plugins
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|