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

(-)b/comms/xastir/Makefile (-8 / +5 lines)
Lines 1-7 Link Here
1
PORTNAME=	xastir
1
PORTNAME=	xastir
2
DISTVERSIONPREFIX=	Release-
2
DISTVERSIONPREFIX=	Release-
3
DISTVERSION=	2.2.0
3
DISTVERSION=	2.2.0
4
PORTREVISION=	5
4
PORTREVISION=	6
5
CATEGORIES=	comms hamradio
5
CATEGORIES=	comms hamradio
6
6
7
MAINTAINER=	carl@stagecraft.cx
7
MAINTAINER=	carl@stagecraft.cx
Lines 43-49 GH_PROJECT= Xastir Link Here
43
43
44
SUB_FILES=	pkg-message
44
SUB_FILES=	pkg-message
45
45
46
OPTIONS_DEFINE=		BDB CURL DAVIS ERRORPOP FESTIVAL GEOTIFF GPSMAN
46
CONFIGURE_ARGS=	--without-map-cache
47
48
OPTIONS_DEFINE=		CURL DAVIS ERRORPOP FESTIVAL GEOTIFF GPSMAN
47
OPTIONS_RADIO=		MGG
49
OPTIONS_RADIO=		MGG
48
OPTIONS_RADIO_MGG=	GMAGICK IMAGICK
50
OPTIONS_RADIO_MGG=	GMAGICK IMAGICK
49
51
Lines 53-64 GEOTIFF_DESC= Include GeoTIFF Support Link Here
53
GPSMAN_DESC=	Include GPSMAN Support
55
GPSMAN_DESC=	Include GPSMAN Support
54
FESTIVAL_DESC=	Include Festival Voice Synthesis Support
56
FESTIVAL_DESC=	Include Festival Voice Synthesis Support
55
ERRORPOP_DESC=	Send error popups to stderr
57
ERRORPOP_DESC=	Send error popups to stderr
56
BDB_DESC=	Tiger Map Caching using Berkeley DB
57
MGG_DESC=	Image library for raster map processing
58
MGG_DESC=	Image library for raster map processing
58
IMAGICK_DESC=	ImageMagick (Version 6)
59
IMAGICK_DESC=	ImageMagick (Version 6)
59
GMAGICK_DESC=	GraphicsMagick (Needs GCC to compile)
60
GMAGICK_DESC=	GraphicsMagick (Needs GCC to compile)
60
61
61
OPTIONS_DEFAULT=	BDB CURL GMAGICK
62
OPTIONS_DEFAULT=	CURL GMAGICK
62
63
63
DAVIS_CONFIGURE_ON=	--enable-davis
64
DAVIS_CONFIGURE_ON=	--enable-davis
64
65
Lines 84-91 FESTIVAL_CONFIGURE_WITH= festival Link Here
84
85
85
ERRORPOP_CONFIGURE_WITH=	errorpopups
86
ERRORPOP_CONFIGURE_WITH=	errorpopups
86
87
87
BDB_USES=		bdb
88
BDB_CONFIGURE_ON=	--with-bdb-incdir=${BDB_INCLUDE_DIR} \
89
			--with-bdb-libdir=${BDB_LIB_DIR}
90
91
.include <bsd.port.mk>
88
.include <bsd.port.mk>

Return to bug 279126