freebsd-ports/astro/sunclock/Makefile
Edwin Groothuis 8674d20fc7 [patch] astro/sunclock - to version 3.54.1
astro/sunclock isn't fetchable anymore, upgrade to 3.54.1
	will resolve it.

PR:		ports/89524
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Approved by:	maitnainer timeout
2006-01-05 00:38:16 +00:00

27 lines
551 B
Makefile

# ex:ts=8
# New ports collection makefile for: sunclock
# Date created: 15 September 1996
# Whom: torstenb
#
# $FreeBSD$
#
PORTNAME= sunclock
PORTVERSION= 3.54.1
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
CFLAGS+= -I${LOCALBASE}/include
MAN1= sunclock.1 emx.1
.include <bsd.port.mk>