cfa7269b11
PR: ports/109097 Submitted by: Martin Matuska <martin@matuska.org> Tested on: pointyhat exp-run
31 lines
795 B
Makefile
31 lines
795 B
Makefile
# New ports collection makefile for: ptiger
|
|
# Date created: 26 August 2006
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ptiger
|
|
PORTVERSION= 2.2
|
|
CATEGORIES= astro tk84
|
|
MASTER_SITES= SF
|
|
MASTER_SITE_SUBDIR= tkgeomap
|
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
|
COMMENT= Displays U.S. Census Burea populated places on a map
|
|
|
|
LIB_DEPENDS= tkgeomap.0:${PORTSDIR}/astro/tkgeomap
|
|
|
|
USE_XLIB= yes
|
|
USE_TK_RUN= yes
|
|
NO_BUILD= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -Ee 's,\[pwd\],${DATADIR}/src,;s,(lines/|places/|src/),${DATADIR}/\1,g;s,wish,${WISH},' ${WRKSRC}/src/PTiger.tcl
|
|
|
|
do-install:
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/src/PTiger.tcl ${PREFIX}/bin/${PORTNAME}
|
|
@${INSTALL} -d ${DATADIR}
|
|
@${CP} -Rf ${WRKSRC}/lines ${WRKSRC}/places ${WRKSRC}/src ${DATADIR}/
|
|
|
|
.include <bsd.port.mk>
|