2014-11-07 14:20:11 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.33 2014/11/07 14:20:11 abieber Exp $
|
2007-05-28 17:19:37 +00:00
|
|
|
|
2007-09-16 01:37:09 +00:00
|
|
|
COMMENT= X amateur station tracking and info reporting
|
2007-05-28 17:19:37 +00:00
|
|
|
|
2014-11-07 14:20:11 +00:00
|
|
|
DISTNAME= xastir-2.0.6
|
|
|
|
|
2007-05-28 17:20:51 +00:00
|
|
|
CATEGORIES= comms hamradio geo
|
2007-05-28 17:19:37 +00:00
|
|
|
|
|
|
|
HOMEPAGE= http://www.xastir.org/
|
|
|
|
|
2014-01-29 15:22:31 +00:00
|
|
|
MAINTAINER= Aaron Bieber <abieber@openbsd.org>
|
|
|
|
|
2007-05-28 17:19:37 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= $(MASTER_SITE_SOURCEFORGE:=xastir/)
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= autoconf
|
2014-11-07 14:20:11 +00:00
|
|
|
AUTOCONF_VERSION= 2.69
|
2014-01-29 15:22:31 +00:00
|
|
|
AUTOMAKE_VERSION= 1.11
|
2011-04-10 18:00:23 +00:00
|
|
|
MAKE_ENV+=MOTIFLIB='-L${LOCALBASE}/lib -lXm'
|
2012-05-24 17:55:48 +00:00
|
|
|
.if ${MACHINE} == "sparc64"
|
|
|
|
MAKE_FLAGS= CFLAGS="${CFLAGS} -fno-tree-ter"
|
|
|
|
.endif
|
2007-05-28 17:19:37 +00:00
|
|
|
|
|
|
|
CONFIGURE_ARGS= --with-shapelib \
|
|
|
|
--with-pcre \
|
|
|
|
--with-libproj \
|
|
|
|
--with-geotiff \
|
|
|
|
--with-dbfawk \
|
|
|
|
--with-rtree \
|
|
|
|
--with-x \
|
|
|
|
--without-ax25 \
|
|
|
|
--without-gpsman \
|
|
|
|
--without-festival \
|
|
|
|
--with-bdb-libdir=$(LOCALBASE)/lib/db4 \
|
|
|
|
--with-bdb-incdir=$(LOCALBASE)/include/db4
|
|
|
|
|
2014-01-29 15:22:31 +00:00
|
|
|
WANTLIB += GraphicsMagick ICE SM X11 Xext Xm Xpm Xt bz2 c curl
|
2014-11-07 14:20:11 +00:00
|
|
|
WANTLIB += db freetype gdal geotiff lcms2 ltdl lzma m pcre proj
|
|
|
|
WANTLIB += pthread shp tiff z
|
2007-05-28 17:19:37 +00:00
|
|
|
|
2010-09-03 13:46:47 +00:00
|
|
|
MODULES= devel/gettext
|
|
|
|
|
2010-11-15 00:22:45 +00:00
|
|
|
LIB_DEPENDS= net/curl \
|
|
|
|
devel/shapelib \
|
|
|
|
devel/geotiff \
|
2014-01-29 15:22:31 +00:00
|
|
|
geo/gdal \
|
|
|
|
graphics/GraphicsMagick \
|
2010-11-26 14:50:09 +00:00
|
|
|
databases/db/v4 \
|
2011-04-10 18:00:23 +00:00
|
|
|
devel/pcre \
|
|
|
|
x11/openmotif
|
2007-05-28 17:19:37 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|