993c0fba3b
PR: ports/100874 Submitted by: Stanislav Sedov (maintainer)
28 lines
597 B
Makefile
28 lines
597 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: sunclock
|
|
# Date created: 15 September 1996
|
|
# Whom: torstenb
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sunclock
|
|
PORTVERSION= 3.55
|
|
CATEGORIES= astro x11-clocks
|
|
MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/sunclock/ \
|
|
http://mbsd.msk.ru/dist/
|
|
|
|
MAINTAINER= ssedov@mbsd.msk.ru
|
|
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_XPM= yes
|
|
USE_IMAKE= yes
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
|
|
MAN1= sunclock.1
|
|
|
|
.include <bsd.port.mk>
|