1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/graphics/proj/Makefile
Frank J. Laszlo 54c814ed03 - Add ports to "geography" virtual category
Approved by:	Pav (wearing portmgr hat)
2007-07-22 19:33:55 +00:00

32 lines
727 B
Makefile

# New ports collection makefile for: proj
# Date created: 15 November 2001
# Whom: jedgar@FreeBSD.org
#
# $FreeBSD$
PORTNAME= proj
PORTVERSION= 4.5.0
CATEGORIES= graphics geography
MASTER_SITES= ftp://ftp.remotesensing.org/pub/proj/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${NADFILES}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Cartographic Projections library
NADFILES= proj-nad27-1.2.tar.gz
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
MAN1= cs2cs.1 geod.1 nad2nad.1 proj.1
MAN3= pj_init.3
post-extract:
.for file in ${NADFILES}
@cd ${WRKSRC}/nad && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${file} ${EXTRACT_AFTER_ARGS}
.endfor
.include <bsd.port.mk>