freebsd-ports/astro/sunclock/Makefile

31 lines
647 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: sunclock
# Date created: 15 September 1996
# Whom: torstenb
#
# $FreeBSD$
#
PORTNAME= sunclock
PORTVERSION= 3.56
2010-02-05 12:46:55 +01:00
PORTREVISION= 3
CATEGORIES= astro x11-clocks
MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/sunclock/ \
http://mbsd.msk.ru/dist/
2007-03-28 00:12:03 +02:00
MAINTAINER= stas@FreeBSD.org
COMMENT= Shows which portion of the Earth's surface is illuminated by the Sun
2010-02-05 12:46:55 +01:00
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png
2004-11-21 19:59:41 +01:00
USE_BZIP2= yes
USE_XORG= xpm
USE_IMAKE= yes
CFLAGS+= -I${LOCALBASE}/include
CPPFLAGS+= -I${LOCALBASE}/include
MAN1= sunclock.1
.include <bsd.port.mk>