1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/astro/sunclock/Makefile
Martin Wilke 0427e4214e - Update to 3.56
ChangeLog:
   - Minor bug fixes (segfault bug in -mostly obsolete?- colorlevel 0)
   - added -zoomimage <file> (zoom image file) as new command line option
     so as to change the vmf file used in the zoom widget.

PR:		ports/102374
Submitted by:	Stanislav Sedov <ssedov(at)mbsd.msk.ru> (maintainer)
Approved by:	krion (mentor)
2006-08-23 12:40:29 +00:00

30 lines
673 B
Makefile

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