1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/graphics/gpsmanshp/Makefile
Sunpoet Po-Chuan Hsieh 597006d826 - Update to 1.4.0
- Use PORTDOCS
- Update pkg-descr
- Bump PORTREVISION for dependent ports

Changes:	http://shapelib.maptools.org/release.html
2016-12-12 20:57:37 +00:00

32 lines
677 B
Makefile

# Created by: John Hay
# $FreeBSD$
PORTNAME= gpsmanshp
PORTVERSION= 1.2.3
PORTREVISION= 1
CATEGORIES= graphics tcl geography
MASTER_SITES= SF/${PORTNAME}/distr
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Shapelib support for gpsman
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/doc/gpl-3_0.txt
LIB_DEPENDS= libshp.so:devel/shapelib
RUN_DEPENDS= gpsman:astro/gpsman
USES= tar:tgz tcl
MAKE_ENV= TCLVERSION="${TCL_VER}"
PLIST_SUB= TCLVERSION="${TCL_VER}" PORTVERSION="${PORTVERSION}"
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \
. ${STAGEDIR}${DOCSDIR} \
"! -name gpl-3_0.txt")
.include <bsd.port.mk>