mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
31 lines
646 B
Makefile
31 lines
646 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= 1
|
|
CATEGORIES= astro x11-clocks
|
|
MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/sunclock/ \
|
|
http://mbsd.msk.ru/dist/
|
|
|
|
MAINTAINER= stas@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_XORG= xpm
|
|
USE_IMAKE= yes
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
MAN1= sunclock.1
|
|
|
|
.include <bsd.port.mk>
|