From 1316c7895c9931f2bade0a72ea0a0b455339a778 Mon Sep 17 00:00:00 2001 From: jhay Date: Sun, 18 Jul 2004 19:16:03 +0000 Subject: Initial import of gpsmanshp 1.2 Provides Tcl/Tk shapelib file support for gpsman. --- graphics/gpsmanshp/Makefile | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 graphics/gpsmanshp/Makefile (limited to 'graphics/gpsmanshp/Makefile') diff --git a/graphics/gpsmanshp/Makefile b/graphics/gpsmanshp/Makefile new file mode 100644 index 000000000000..4fd8266ba652 --- /dev/null +++ b/graphics/gpsmanshp/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: gpsmanshp +# Date created: 7 July 2004 +# Whom: John Hay +# +# $FreeBSD$ +# + +PORTNAME= gpsmanshp +PORTVERSION= 1.2 +CATEGORIES= graphics tcl84 +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 +LIB_DEPENDS= shp.1:${PORTSDIR}/devel/shapelib + +PLIST_SUB= TCLVERSION=8.4 PORTVERSION=${PORTVERSION} + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/doc/* ${DOCSDIR} +.endif + +.include -- cgit