freebsd-ports/astro/sunclock/Makefile
2005-05-27 23:23:14 +00:00

26 lines
511 B
Makefile

# ex:ts=8
# New ports collection makefile for: sunclock
# Date created: 15 September 1996
# Whom: torstenb
#
# $FreeBSD$
#
PORTNAME= sunclock
PORTVERSION= 3.53
CATEGORIES= astro x11-clocks
MASTER_SITES= http://frmas.free.fr/files/
MAINTAINER= pat@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_XPM= yes
USE_IMAKE= yes
MAN1= sunclock.1
.include <bsd.port.mk>