diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-06-09 12:40:20 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-06-09 12:40:20 +0000 |
commit | a040000cf78869844c15b4d4d8fc9dc9021fab52 (patch) | |
tree | bc66c8c4c012d61fc8015c39f6f53d45f6163a6f /astro/gpsdrive/Makefile | |
parent | 69df5724fbb37236c4165ba2e4fad1bd7ee27511 (diff) | |
download | ports-a040000cf78869844c15b4d4d8fc9dc9021fab52.tar.gz ports-a040000cf78869844c15b4d4d8fc9dc9021fab52.zip |
Notes
Diffstat (limited to 'astro/gpsdrive/Makefile')
-rw-r--r-- | astro/gpsdrive/Makefile | 23 |
1 files changed, 5 insertions, 18 deletions
diff --git a/astro/gpsdrive/Makefile b/astro/gpsdrive/Makefile index 6d1ab78aff23..037cca0228c2 100644 --- a/astro/gpsdrive/Makefile +++ b/astro/gpsdrive/Makefile @@ -6,17 +6,12 @@ # PORTNAME= gpsdrive -PORTVERSION= 2.07.r7 -PORTREVISION= 2 +PORTVERSION= 2.09 CATEGORIES= astro -MASTER_SITES= http://gpsdrive.kraftvoll.at/ \ - http://www.gpsdrive.cc/ \ - http://www.kraftvoll.at/ \ - http://www.ganter.at/ \ - http://www.gpsdrive.de/ \ +MASTER_SITES= http://www.gpsdrive.cc/ \ + http://www.gpsdrive.oc512.us/ \ http://gpsdrive.teachlinux.com/ \ http://gpsdrive.flugfunk.de/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/pre/} MAINTAINER= molter@gufi.org COMMENT= A GPS navigation system @@ -33,21 +28,13 @@ USE_LIBTOOL_VER= 13 CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \ LDFLAGS=-L${LOCALBASE}/lib -CONFIGURE_ARGS= --disable-garmin --disable-mysql +CONFIGURE_ARGS= --disable-garmin INSTALLS_SHLIB= yes MAN1= gpsdrive.1 MANLANG= "" de es -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 501103 && ${OSVERSION} >= 500000 -USE_GCC=3.2 -.else -USE_GCC=3.3 -.endif - post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |