aboutsummaryrefslogtreecommitdiffstats
path: root/astro/gpsd
diff options
context:
space:
mode:
authoraraujo <araujo@FreeBSD.org>2007-08-07 04:40:11 +0800
committeraraujo <araujo@FreeBSD.org>2007-08-07 04:40:11 +0800
commiteec0c6aa6f0c23e77d6c8c75e1e5a90c38de15e8 (patch)
tree875abea3ed53208373cd3ab23d24e8c78fbcc320 /astro/gpsd
parent5cab722650c0e0b2478e9775f434bab571b2bad3 (diff)
downloadfreebsd-ports-gnome-eec0c6aa6f0c23e77d6c8c75e1e5a90c38de15e8.tar.gz
freebsd-ports-gnome-eec0c6aa6f0c23e77d6c8c75e1e5a90c38de15e8.tar.zst
freebsd-ports-gnome-eec0c6aa6f0c23e77d6c8c75e1e5a90c38de15e8.zip
- Pet portlint.
- Bump portrevision. PR: ports/115155 Submitted by: David Yeske <dyeske@gmail.com> Approved by: pav (portmgr, in mentor's absence), Toxa <toxa@toxahost.ru> (maintainer)
Diffstat (limited to 'astro/gpsd')
-rw-r--r--astro/gpsd/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/astro/gpsd/Makefile b/astro/gpsd/Makefile
index f2d087690817..6840277637d2 100644
--- a/astro/gpsd/Makefile
+++ b/astro/gpsd/Makefile
@@ -7,14 +7,17 @@
PORTNAME= gpsd
PORTVERSION= 2.32
+PORTREVISION= 1
CATEGORIES= astro geography
-MASTER_SITES= http://download.berlios.de/${PORTNAME}/
+MASTER_SITES= ${MASTER_SITE_BERLIOS}
+MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= toxa@toxahost.ru
COMMENT= Daemon that monitors one or more GPSes attached to a host computer
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \
LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
MAN1= gps.1 gpsfake.1 gpsflash.1 gpspipe.1 gpsprof.1 rtcmdecode.1 sirfmon.1
@@ -44,8 +47,6 @@ OPTIONS= XGPS "Build xgps and xgpsspeed (require X)" off \
SUB_FILES= pkg-message
CONFIGURE_ARGS+=--disable-garmin
-INSTALLS_SHLIB= yes
-
.if defined(WITH_XGPS)
CONFIGURE_ARGS+=--with-x
USE_XLIB=yes