379afe5f60
From Darrin Chandler
55 lines
1.3 KiB
Makefile
55 lines
1.3 KiB
Makefile
# $OpenBSD: Makefile,v 1.5 2007/09/16 01:37:10 merdely Exp $
|
|
|
|
COMMENT= X amateur station tracking and info reporting
|
|
|
|
DISTNAME= xastir-1.8.2
|
|
PKGNAME= ${DISTNAME}p0
|
|
CATEGORIES= comms hamradio geo
|
|
|
|
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
|
|
USE_X11= Yes
|
|
|
|
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 \
|
|
proj bz2 xml2 png tiff iconv jbig lcms jasper expat fontconfig
|
|
|
|
LIB_DEPENDS= curl::net/curl \
|
|
shp::devel/shapelib \
|
|
geotiff::devel/geotiff \
|
|
Magick::graphics/ImageMagick \
|
|
Wand::graphics/ImageMagick \
|
|
lib/db4/db.=4:db-4.*:databases/db/v4 \
|
|
intl::devel/gettext \
|
|
pcre::devel/pcre
|
|
|
|
.include <bsd.port.mk>
|