2001-04-22 16:35:32 +02:00
|
|
|
# ex:ts=8
|
1996-09-15 01:43:02 +02:00
|
|
|
# New ports collection makefile for: sunclock
|
|
|
|
# Date created: 15 September 1996
|
|
|
|
# Whom: torstenb
|
|
|
|
#
|
1999-08-25 06:22:48 +02:00
|
|
|
# $FreeBSD$
|
1996-09-15 01:43:02 +02:00
|
|
|
#
|
|
|
|
|
2000-04-09 00:04:57 +02:00
|
|
|
PORTNAME= sunclock
|
2006-08-23 14:40:29 +02:00
|
|
|
PORTVERSION= 3.56
|
2010-02-05 12:46:55 +01:00
|
|
|
PORTREVISION= 3
|
2001-04-02 16:11:02 +02:00
|
|
|
CATEGORIES= astro x11-clocks
|
2006-07-28 08:20:50 +02:00
|
|
|
MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/sunclock/ \
|
|
|
|
http://mbsd.msk.ru/dist/
|
1996-09-15 01:43:02 +02:00
|
|
|
|
2007-03-28 00:12:03 +02:00
|
|
|
MAINTAINER= stas@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Shows which portion of the Earth's surface is illuminated by the Sun
|
2001-07-10 03:43:18 +02:00
|
|
|
|
2010-02-05 12:46:55 +01:00
|
|
|
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
|
2004-11-27 00:15:27 +01:00
|
|
|
png.5:${PORTSDIR}/graphics/png
|
2001-04-22 16:35:32 +02:00
|
|
|
|
2004-11-21 19:59:41 +01:00
|
|
|
USE_BZIP2= yes
|
- 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 19:56:05 +02:00
|
|
|
USE_XORG= xpm
|
2001-09-14 05:47:54 +02:00
|
|
|
USE_IMAKE= yes
|
- 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 19:56:05 +02:00
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
1996-09-15 01:43:02 +02:00
|
|
|
|
2006-07-28 08:20:50 +02:00
|
|
|
MAN1= sunclock.1
|
1998-09-16 04:25:06 +02:00
|
|
|
|
1996-09-15 01:43:02 +02:00
|
|
|
.include <bsd.port.mk>
|