diff options
author | gahr <gahr@FreeBSD.org> | 2013-09-19 23:47:05 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-09-19 23:47:05 +0800 |
commit | e6b1be6bc4328a146229abd7a1ce42cbcb6b25e4 (patch) | |
tree | 3d3d7fe64a832f72cf631605d6273617fde4b369 /astro/tclgeomap | |
parent | c3593b0aaf7632ef83b24dcf182d69b998196ffe (diff) | |
download | freebsd-ports-gnome-e6b1be6bc4328a146229abd7a1ce42cbcb6b25e4.tar.gz freebsd-ports-gnome-e6b1be6bc4328a146229abd7a1ce42cbcb6b25e4.tar.zst freebsd-ports-gnome-e6b1be6bc4328a146229abd7a1ce42cbcb6b25e4.zip |
- Take maintainership (tcltk@)
- Convert to USES+=tcl
- Trim Makefile headers
- Fix run-time (tkgeomap)
Diffstat (limited to 'astro/tclgeomap')
-rw-r--r-- | astro/tclgeomap/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/astro/tclgeomap/Makefile b/astro/tclgeomap/Makefile index 6cdb5e6c0cfe..7cdec1275de0 100644 --- a/astro/tclgeomap/Makefile +++ b/astro/tclgeomap/Makefile @@ -1,19 +1,15 @@ -# New ports collection makefile for: tclgeomap -# Date created: 25 August 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= tclgeomap PORTVERSION= 2.11.6 CATEGORIES= astro tcl MASTER_SITES= SF/tkgeomap/${PORTNAME}/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT= Read, manipulate, and display geo data -USE_TCL= 84+ +USES+= tcl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} --with-tclinclude=${TCL_INCLUDEDIR} WRKSRC= ${WRKDIR}/${DISTNAME}/unix |