2008-11-20 08:45:03 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2008/11/20 13:45:03 okan Exp $
|
2007-05-28 13:19:37 -04:00
|
|
|
|
2007-09-15 21:37:09 -04:00
|
|
|
COMMENT= X amateur station tracking and info reporting
|
2007-05-28 13:19:37 -04:00
|
|
|
|
2007-05-28 13:37:21 -04:00
|
|
|
DISTNAME= xastir-1.8.2
|
2008-11-20 08:45:03 -05:00
|
|
|
PKGNAME= ${DISTNAME}p4
|
2007-05-28 13:20:51 -04:00
|
|
|
CATEGORIES= comms hamradio geo
|
2007-05-28 13:19:37 -04:00
|
|
|
|
|
|
|
HOMEPAGE= http://www.xastir.org/
|
|
|
|
|
|
|
|
MAINTAINER= Jason Wright <jason@openbsd.org>
|
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= $(MASTER_SITE_SOURCEFORGE:=xastir/)
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= autoconf
|
|
|
|
AUTOCONF_VERSION= 2.59
|
|
|
|
AUTOMAKE_VERSION= 1.9
|
|
|
|
USE_MOTIF= openmotif
|
2007-07-11 10:25:34 -04:00
|
|
|
USE_X11= Yes
|
2007-05-28 13:19:37 -04:00
|
|
|
|
|
|
|
CONFIGURE_ARGS= --with-shapelib \
|
|
|
|
--with-pcre \
|
|
|
|
--with-libproj \
|
|
|
|
--with-geotiff \
|
|
|
|
--with-dbfawk \
|
|
|
|
--with-rtree \
|
|
|
|
--with-map-cache \
|
|
|
|
--with-imagemagick \
|
|
|
|
--with-x \
|
|
|
|
--without-ax25 \
|
|
|
|
--without-gpsman \
|
|
|
|
--without-festival \
|
|
|
|
--without-gdal \
|
|
|
|
--with-bdb-libdir=$(LOCALBASE)/lib/db4 \
|
|
|
|
--with-bdb-incdir=$(LOCALBASE)/include/db4
|
|
|
|
|
|
|
|
WANTLIB= ICE SM c pthread freetype Xt Xpm jpeg Xext m Xp X11 z \
|
2008-06-01 13:17:25 -04:00
|
|
|
proj bz2 xml2 png tiff iconv jbig lcms jasper expat fontconfig \
|
|
|
|
wmflite
|
2007-05-28 13:19:37 -04:00
|
|
|
|
|
|
|
LIB_DEPENDS= curl::net/curl \
|
|
|
|
shp::devel/shapelib \
|
|
|
|
geotiff::devel/geotiff \
|
2008-11-20 08:31:36 -05:00
|
|
|
MagickCore.>=1,MagickWand.>=1::graphics/ImageMagick \
|
2007-10-25 21:23:38 -04:00
|
|
|
lib/db4/db.>=4:db-4.*:databases/db/v4 \
|
2007-05-28 13:19:37 -04:00
|
|
|
intl::devel/gettext \
|
|
|
|
pcre::devel/pcre
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|