aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gpsmanshp/Makefile
blob: 27ee0fbf6d4ebf5835d4c2b9eb399715408393eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:    gpsmanshp
# Date created:     7 July 2004
# Whom:         John Hay
#
# $FreeBSD$
#

PORTNAME=   gpsmanshp
PORTVERSION=    1.2
PORTREVISION=   1
CATEGORIES= graphics tcl${TCLVERSION:S/.//} geography
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 \
        tcl${TCLVERSION:S/.//}:${PORTSDIR}/lang/tcl${TCLVERSION:S/.//}

TCLVERSION?=    8.4
PLIST_SUB=  TCLVERSION=${TCLVERSION} PORTVERSION=${PORTVERSION}

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
    ${INSTALL_MAN} ${WRKSRC}/doc/* ${DOCSDIR}
.endif

.include <bsd.port.mk>