Update sysutils/cfengine36 to version 3.6.1_1,1
[dports.git] / graphics / gpsmanshp / Makefile
1 # Created by: John Hay
2 # $FreeBSD$
3
4 PORTNAME=       gpsmanshp
5 PORTVERSION=    1.2
6 PORTREVISION=   2
7 CATEGORIES=     graphics tcl geography
8 MASTER_SITES=   http://www.ncc.up.pt/gpsmanshp/
9 DISTNAME=       ${PORTNAME}_${PORTVERSION}
10 EXTRACT_SUFX=   .tgz
11
12 MAINTAINER=     ports@FreeBSD.org
13 COMMENT=        Shapelib support for gpsman
14
15 RUN_DEPENDS=    gpsman:${PORTSDIR}/astro/gpsman
16 LIB_DEPENDS=    libshp.so:${PORTSDIR}/devel/shapelib \
17                 libtcl${TCLVERSION:S/.//}.so:${PORTSDIR}/lang/tcl${TCLVERSION:S/.//}
18
19 TCLVERSION?=    8.4
20 PLIST_SUB=      TCLVERSION=${TCLVERSION} PORTVERSION=${PORTVERSION}
21
22 OPTIONS_DEFINE= DOCS
23
24 post-install:
25         ${MKDIR} ${STAGEDIR}${DOCSDIR}
26         ${INSTALL_MAN} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}
27
28 .include <bsd.port.mk>