mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
02e619a5d8
- While at it convert to gmake.mk ports that still USE_GMAKE.
35 lines
727 B
Makefile
35 lines
727 B
Makefile
# Created by: Randall Hopper <aa8vb@nc.rr.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= projectionlib
|
|
PORTVERSION= 3.7
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://thor-f5.er.usgs.gov/viewers/dlgv32/
|
|
DISTNAME= dlgv32v37src
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= C++ wrapper for the USGS GCTP projection library
|
|
|
|
LIB_DEPENDS= gctpc.1:${PORTSDIR}/misc/gctpc
|
|
|
|
WRKSRC= ${WRKDIR}/dlgv32/ProjectionLib
|
|
|
|
USES= dos2unix
|
|
USE_ZIP= yes
|
|
DOS2UNIX_GLOB= *.cpp *.h
|
|
USE_LDCONFIG= yes
|
|
MAKEFILE= ${FILESDIR}/Makefile
|
|
|
|
NO_STAGE= yes
|
|
post-install:
|
|
${MKDIR} ${PREFIX}/include/ProjectionLib
|
|
${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/ProjectionLib
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 900000
|
|
BROKEN= does not patch
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|