aboutsummaryrefslogtreecommitdiff
path: root/astro/gpsd
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2007-08-06 20:40:11 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2007-08-06 20:40:11 +0000
commitd15a76f06b50a5a2f2cd04bdfb56bd79a7c648cd (patch)
tree17dfdd1d11d6721a965f379fd684b9c2d380144a /astro/gpsd
parentc49c15ac144c5879c842119a7e346c8cc6767a34 (diff)
downloadports-d15a76f06b50a5a2f2cd04bdfb56bd79a7c648cd.tar.gz
ports-d15a76f06b50a5a2f2cd04bdfb56bd79a7c648cd.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)
Notes
Notes: svn path=/head/; revision=197239
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