7ea323c3bd
- Fix docs installation
28 lines
691 B
Makefile
28 lines
691 B
Makefile
# Created by: John Hay
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gpsmanshp
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics tcl geography
|
|
MASTER_SITES= http://www.ncc.up.pt/gpsmanshp/
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Shapelib support for gpsman
|
|
|
|
RUN_DEPENDS= gpsman:${PORTSDIR}/astro/gpsman
|
|
LIB_DEPENDS= libshp.so:${PORTSDIR}/devel/shapelib \
|
|
libtcl${TCLVERSION:S/.//}.so:${PORTSDIR}/lang/tcl${TCLVERSION:S/.//}
|
|
|
|
TCLVERSION?= 8.4
|
|
PLIST_SUB= TCLVERSION=${TCLVERSION} PORTVERSION=${PORTVERSION}
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_MAN} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|