2004-07-18 21:16:03 +02:00
|
|
|
# New ports collection makefile for: gpsmanshp
|
|
|
|
# Date created: 7 July 2004
|
|
|
|
# Whom: John Hay
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gpsmanshp
|
|
|
|
PORTVERSION= 1.2
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2007-07-22 21:53:52 +02:00
|
|
|
CATEGORIES= graphics tcl${TCLVERSION:S/.//} geography
|
2004-07-18 21:16:03 +02:00
|
|
|
MASTER_SITES= http://www.ncc.up.pt/gpsmanshp/
|
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
MAINTAINER= jhay@FreeBSD.org
|
|
|
|
COMMENT= Shapelib support for gpsman
|
|
|
|
|
|
|
|
RUN_DEPENDS= gpsman:${PORTSDIR}/astro/gpsman
|
2004-08-17 07:49:33 +02:00
|
|
|
LIB_DEPENDS= shp.1:${PORTSDIR}/devel/shapelib \
|
|
|
|
tcl${TCLVERSION:S/.//}:${PORTSDIR}/lang/tcl${TCLVERSION:S/.//}
|
2004-07-18 21:16:03 +02:00
|
|
|
|
2004-08-17 07:49:33 +02:00
|
|
|
TCLVERSION?= 8.4
|
|
|
|
PLIST_SUB= TCLVERSION=${TCLVERSION} PORTVERSION=${PORTVERSION}
|
2004-07-18 21:16:03 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/doc/* ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|