diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2007-08-06 20:40:11 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2007-08-06 20:40:11 +0000 |
commit | d15a76f06b50a5a2f2cd04bdfb56bd79a7c648cd (patch) | |
tree | 17dfdd1d11d6721a965f379fd684b9c2d380144a /astro/gpsd | |
parent | c49c15ac144c5879c842119a7e346c8cc6767a34 (diff) | |
download | ports-d15a76f06b50a5a2f2cd04bdfb56bd79a7c648cd.tar.gz ports-d15a76f06b50a5a2f2cd04bdfb56bd79a7c648cd.zip |
Notes
Diffstat (limited to 'astro/gpsd')
-rw-r--r-- | astro/gpsd/Makefile | 7 |
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 |