1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/misc/earthview/Makefile
Mark Linimon 3f1d0b74cc Mark as BROKEN: unfetchable.
Source:		distfile survey
2005-10-11 16:20:49 +00:00

43 lines
1.0 KiB
Makefile

# ex:ts=8
# Ports collection makefile for: earthview
# Date created: Sep 13, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= earthview
PORTVERSION= 1.0
CATEGORIES= misc
MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Produces a view output of an arbitrary region of the Earth
BROKEN= "mastersite disappeared"
DEPRECATED= ${BROKEN}
EXPIRATION_DATE= 2005-12-11
USE_REINPLACE= yes
USE_XLIB= yes
CFLAGS+= -I${X11BASE}/include
ALL_TARGET= earthview
PLIST_FILES= bin/earthview share/earthview/topography/topography.cps \
share/earthview/topography/1440x720-2x2.az2 \
share/earthview/population/population.cps \
share/earthview/population/4320x2160-6x6.pz2
PLIST_DIRS= share/earthview/topography share/earthview/population \
share/earthview
post-patch:
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" -e "s|%%CC%%|${CC}|g" \
-e "s|%%CFLAGS%%|${CFLAGS}|g" -e "s|%%X11BASE%%|${X11BASE}|g" \
${WRKSRC}/Makefile
pre-build:
@${RM} -f ${WRKSRC}/earthview
.include <bsd.port.mk>