aboutsummaryrefslogtreecommitdiffstats
path: root/astro/tclgeomap/Makefile
blob: e4d413a9541cf7a85772a4873ad2e89f4262e9a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:    tclgeomap
# Date created:     25 August 2006
# Whom:         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
COMMENT=    Read, manipulate and display geo data

USE_TCL=    82+
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} --with-tclinclude=${TCL_INCLUDEDIR}
WRKSRC=     ${WRKDIR}/${DISTNAME}/unix
TKPKG=      ${PORTNAME}
PLIST_SUB=  INC=include/${TKPKG} LIB=lib/${TKPKG}
USE_LDCONFIG=   yes

MAN3=   geoLn.3 geoLnArr.3 geoLnArrToMap.3 geoProj.3 geography.3 mapLn.3 mapLnArr.3 tclgeomap.3
MANN=   tclgeomap.n tclgeomap_procs.n

post-install:
    @${LN} -sf ${PREFIX}/lib/lib${TKPKG}.so ${PREFIX}/lib/lib${PORTNAME}.so.0

post-patch:
    @${REINPLACE_CMD} -e '/=.*PACKAGE_VERSION/s|$${PACKAGE_VERSION}||g' ${WRKSRC}/configure
    @${REINPLACE_CMD} -e 's|@PACKAGE_VERSION@||g' ${WRKSRC}/Makefile.in
    @${REINPLACE_CMD} -e '/^package/!s|@PACKAGE_VERSION@||g' ${WRKSRC}/pkgIndex.tcl.in
    @${REINPLACE_CMD} -e '2s|.*|exit 0|' ${WRKSRC}/mkLinks

.include <bsd.port.mk>
d> * - Trim headermiwi2013-06-121-5/+1 * Update to 3.7.50.rakuco2013-06-122-3/+3 * - Fix i18n manpagesmiwi2013-06-111-0/+4 * - Update to 4.0.hrs2013-06-014-17/+58 * The FreeBSD x11 team proudly presentszeising2013-05-254-14/+10 * - Update to 3.7.49bdrewery2013-05-222-3/+3 * Do quite a bit of cleanup work for cad/gspiceui. This means:zeising2013-05-202-33/+36 * - Source tarball was rerolled. diff indicates changes were harmless.stephen2013-05-174-4/+7 * - Change option OCC (build with opencascade libraries) to default to on.stephen2013-05-174-3/+42 * Unbreak on FreeBSD-8.x.thierry2013-05-174-5/+38 * - Fix PLISTgahr2013-05-151-0/+2 * Update to 2.2.0a4.rakuco2013-05-153-6/+7 * - Update to 7.5.231miwi2013-05-152-3/+3 * - Fix run-time with Tcl/Tk 8.6gahr2013-05-142-3/+10 * - Update to 2.0-b10gahr2013-05-1419-546/+2752 * Update to 3.3.46zeising2013-05-134-17/+22 * xlocale.h is required: mark BROKEN on FreeBSD-8.x until I have a fix.thierry2013-05-131-0/+4 * Chase OpenCascade's upgrade, thus fixing the slave port cad/gmsh-occ.thierry2013-05-131-1/+1 * Upgrade to 6.6.0, with several patches from Andrea Venturoli <ml (at)thierry2013-05-1341-69218/+14468 * - Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE and partly revert...makc2013-05-122-6/+3 * - Source tarball was rerolled. Diffing old and new sources indicatesstephen2013-05-122-2/+3 * - Update to 2.7.1.stephen2013-05-124-15/+15 * - Update the Makefile headerwen2013-05-111-2/+1 * - Update to 2013.1 [1]wen2013-05-113-16/+24 * - BROKEN fails to buildmiwi2013-05-101-0/+2 * - Broken fails to buildmiwi2013-05-101-0/+2 * - Broken fails to fetchmiwi2013-05-101-4/+2 * - Fix extract on 9+ due to this picking up /usr/bin/unzip instead ofbdrewery2013-05-101-1/+1 * - Update to 1.3.2gahr2013-05-0812-132/+81 * Convert USE_NCURSES by USES=ncursesbapt2013-05-061-1/+1 * Update to 3.400.rakuco2013-05-042-3/+4 * Fix extractionbapt2013-05-031-1/+1 * - Fix SIGSEGV when there are spaces after a comma like ".PRINT TRAN v(2, 1)".hrs2013-05-014-18/+80 * Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}bapt2013-04-305-27/+23 * Rely on bsdtar to autodetermine the format of the distfiles when possiblebapt2013-04-291-5/+3 * - Add LICENSE.hrs2013-04-292-16/+44 * Fix patch which got mangled somehow before committing.madpilot2013-04-281-3/+1 * - Update to 4.0madpilot2013-04-274-40/+46 * - Convert USE_ICONV=yes to USES=iconvmva2013-04-273-6/+3 * - Update MASTER_SITESmiwi2013-04-261-10/+5 * - Convert USE_GETTEXT to USES (part 4)ak2013-04-266-9/+6 * In preparation of the removal of USE_FREETYPE from bsd.port.mk: removebapt2013-04-261-6/+3 * - Convert USE_GETTEXT to USES (part 3)ak2013-04-253-3/+3 * - Remove lang/tcl83 and x11-toolkits/tk83 (expired)gahr2013-04-231-1/+1 * Convert all c categories to USE=pkgconfigbapt2013-04-235-11/+6 * Update to version 2.2.3.tijl2013-04-173-16/+14 * GNU Emacs updatesashish2013-03-302-2/+2 * Style: tab -> space.eadler2013-03-297-7/+7 * - Remove duplicate USES.eadler2013-03-281-2/+2 * Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix...eadler2013-03-283-13/+7 * - Makefile tweaksbeech2013-03-253-30/+45 * - Update to 0.79.3miwi2013-03-243-9/+10 * - convert USE_CMAKE to USESmakc2013-03-236-9/+7 * Sweet Home 3D is a free interior design application that helps you place yourpawel2013-03-227-0/+109 * Convert to new options framework left unconverted ports in c* categoriesbapt2013-03-222-26/+27 * Chase french/med upgrade.thierry2013-03-201-1/+2 * Upgrade to 1.10.4.thierry2013-03-204-31/+40 * This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.eadler2013-03-191-2/+1 * * Fix pkg-plist for WITH_EXAMPLES case.maho2013-03-182-21/+411 * In categories starting with 'c' and 'd', remove empty lines from pkg-plistdanfe2013-03-173-5/+0 * LDraw is an open standard for LEGO CAD programs that allow the user to createpawel2013-03-144-0/+40 * - Update to 2.7.0.stephen2013-03-104-42/+49 * Convert USE_BISON to USES= bisonbapt2013-03-085-20/+8 * * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichkwm2013-03-081-0/+1 * Update cad/calculix to version 2.5maho2013-03-057-35/+118 * Logisim is an educational tool for designing and simulating digital logicpawel2013-03-024-0/+54 * - Update to 2.3.0miwi2013-03-022-6/+8 * - Update to 1.8.1miwi2013-03-023-50/+267 * Update to 3.3.44zeising2013-03-012-3/+3 * - Update to 9.03.lippe2013-02-273-64/+49 * - update to 2.2.2rm2013-02-212-4/+6 * - Really get rid of PTHREAD_ stuffgahr2013-02-141-2/+2 * - Update to 3.7.48, give mainatinership to submitter [1]pawel2013-02-092-7/+6 * - Update to 0.7.06.038miwi2013-02-084-20/+39 * - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: cad)gahr2013-02-0717-39/+32 * - Get rid of USE_TCL_THREAD and USE_TK_THREAD usagesgahr2013-02-061-1/+0 * Fix build on FreeBSD 9+bapt2013-02-061-3/+3 * - Update to 0.79.2.araujo2013-02-044-44/+59 * Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.makc2013-02-0414-14/+14 * Chase boost updatebapt2013-01-312-14/+6 * Bump PORTREVISION after DESKTOP_ENTRIES updatemakc2013-01-234-2/+4 * - Update to 1.19E.araujo2013-01-216-396/+399 * - Update to 9.7.79.araujo2013-01-213-5/+5 * Update to 3.3.42zeising2013-01-162-3/+3 * - adopt optionsNG [1]jgh2013-01-112-139/+144 * - Update DESKTOP_ENTRIES:makc2013-01-072-4/+4 * - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8beat2012-12-301-0/+3 * - Chase Qt upgrade;thierry2012-12-307-16/+90 * - Update to 3.7.45madpilot2012-12-222-3/+3 * - Update to version 2.2.1 [1]pawel2012-12-172-15/+21 * - Fix BROKEN by disabling build of togl an isst [1]pawel2012-12-162-25/+14 * Update to 9.7.78eadler2012-12-152-3/+3 * Update leocad to 0.79eadler2012-12-153-19/+15 * convert SINGLE -> RADIO optionsbapt2012-12-111-10/+4 * Update PCRE to 8.32mm2012-12-112-0/+2