aboutsummaryrefslogtreecommitdiffstats
path: root/astro/sunclock/Makefile
blob: 81d8d749710c15b1a80e8f711adbece19003b827 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# ex:ts=8
# New ports collection makefile for:    sunclock
# Date created:     15 September 1996
# Whom:         torstenb
#
# $FreeBSD$
#

PORTNAME=   sunclock
PORTVERSION=    3.56
PORTREVISION=   1
CATEGORIES= astro x11-clocks
MASTER_SITES=   ftp://ftp.ac-grenoble.fr/ge/geosciences/sunclock/ \
        http://mbsd.msk.ru/dist/

MAINTAINER= stas@FreeBSD.org
COMMENT=    Shows which portion of the Earth's surface is illuminated by the Sun

LIB_DEPENDS=    jpeg.9:${PORTSDIR}/graphics/jpeg \
        png.5:${PORTSDIR}/graphics/png

USE_BZIP2=  yes
USE_XORG=   xpm
USE_IMAKE=  yes
CFLAGS+=    -I${LOCALBASE}/include
CPPFLAGS+=  -I${LOCALBASE}/include

MAN1=       sunclock.1

.include <bsd.port.mk>