mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
422bce3414
my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval).
31 lines
648 B
Makefile
31 lines
648 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: sunclock
|
|
# Date created: 15 September 1996
|
|
# Whom: torstenb
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sunclock
|
|
PORTVERSION= 3.56
|
|
PORTREVISION= 4
|
|
CATEGORIES= astro x11-clocks
|
|
MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/sunclock/ \
|
|
http://mbsd.msk.ru/dist/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Shows which portion of the Earth's surface is illuminated by the Sun
|
|
|
|
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
|
|
png.6:${PORTSDIR}/graphics/png
|
|
|
|
USE_BZIP2= yes
|
|
USE_XORG= xpm
|
|
USE_IMAKE= yes
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
MAN1= sunclock.1
|
|
|
|
.include <bsd.port.mk>
|