View | Details | Raw Unified | Return to bug 115155
Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 8-20 Link Here
8
PORTNAME=	gpsd
8
PORTNAME=	gpsd
9
PORTVERSION=	2.32
9
PORTVERSION=	2.32
10
CATEGORIES=	astro geography
10
CATEGORIES=	astro geography
11
MASTER_SITES=	http://download.berlios.de/${PORTNAME}/
11
MASTER_SITES=	${MASTER_SITE_BERLIOS}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
13
13
MAINTAINER=	toxa@toxahost.ru
14
MAINTAINER=	toxa@toxahost.ru
14
COMMENT=	Daemon that monitors one or more GPSes attached to a host computer
15
COMMENT=	Daemon that monitors one or more GPSes attached to a host computer
15
16
16
USE_AUTOTOOLS=	libtool:15
17
USE_AUTOTOOLS=	libtool:15
17
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
USE_LDCONFIG=	yes
18
CONFIGURE_ENV=	CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \
20
CONFIGURE_ENV=	CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \
19
		LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
21
		LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
20
MAN1=	gps.1 gpsfake.1 gpsflash.1 gpspipe.1 gpsprof.1 rtcmdecode.1 sirfmon.1
22
MAN1=	gps.1 gpsfake.1 gpsflash.1 gpspipe.1 gpsprof.1 rtcmdecode.1 sirfmon.1
Lines 44-51 Link Here
44
SUB_FILES=	pkg-message
46
SUB_FILES=	pkg-message
45
CONFIGURE_ARGS+=--disable-garmin
47
CONFIGURE_ARGS+=--disable-garmin
46
48
47
INSTALLS_SHLIB=	yes
48
49
.if defined(WITH_XGPS)
49
.if defined(WITH_XGPS)
50
CONFIGURE_ARGS+=--with-x
50
CONFIGURE_ARGS+=--with-x
51
USE_XLIB=yes
51
USE_XLIB=yes

Return to bug 115155