cabb68b96d
- Chase new home - Define LICENSE - Convert to USES=tcl - Convert to USES=tar - Convert to COPYTREE_SHARE Changes: http://gpsmanshp.sourceforge.net/GPSManSHP_3.html PR: 199235 Submitted by: tkato432@yahoo.com
29 lines
649 B
Makefile
29 lines
649 B
Makefile
# Created by: John Hay
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gpsmanshp
|
|
PORTVERSION= 1.2.3
|
|
CATEGORIES= graphics tcl geography
|
|
MASTER_SITES= SF/${PORTNAME}/distr
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Shapelib support for gpsman
|
|
|
|
LICENSE= GPLv3 # (or later)
|
|
|
|
LIB_DEPENDS= libshp.so:${PORTSDIR}/devel/shapelib
|
|
RUN_DEPENDS= gpsman:${PORTSDIR}/astro/gpsman
|
|
|
|
USES= tar:tgz tcl
|
|
MAKE_ENV= TCLVERSION="${TCL_VER}"
|
|
PLIST_SUB= TCLVERSION="${TCL_VER}" PORTVERSION="${PORTVERSION}"
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install:
|
|
(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \
|
|
. ${STAGEDIR}${DOCSDIR} \
|
|
"! -name gpl-3_0.txt")
|
|
|
|
.include <bsd.port.mk>
|