Makefile 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. # $OpenBSD: Makefile,v 1.16 2016/11/04 11:35:19 sthen Exp $
  2. COMMENT = lightweight mapping application for use with or without GPS
  3. DISTNAME = foxtrotgps-1.2.0
  4. REVISION = 5
  5. CATEGORIES = geo x11
  6. HOMEPAGE = http://www.foxtrotgps.org/
  7. MASTER_SITES = ${HOMEPAGE}/releases/
  8. MAINTAINER = Kirill Bychkov <kirby@openbsd.org>
  9. # GPLv2
  10. PERMIT_PACKAGE_CDROM = Yes
  11. WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama Xrandr
  12. WANTLIB += Xrender atk-1.0 c cairo crypto curl dbus-1 dbus-glib-1 exif
  13. WANTLIB += expat ffi fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
  14. WANTLIB += gio-2.0 glade-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gps
  15. WANTLIB += graphite2 gthread-2.0 gtk-x11-2.0 harfbuzz iconv intl lzma m
  16. WANTLIB += nghttp2 pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
  17. WANTLIB += png pthread pthread-stubs sqlite3 ssl xcb xcb-render xcb-shm
  18. WANTLIB += xml2 z
  19. MODULES = devel/gconf2 \
  20. lang/python \
  21. textproc/intltool
  22. BUILD_DEPENDS = devel/gettext-tools
  23. LIB_DEPENDS = devel/libglade2 \
  24. databases/sqlite3 \
  25. graphics/libexif \
  26. misc/gpsd \
  27. net/curl \
  28. x11/gtk+2
  29. RUN_DEPENDS = devel/desktop-file-utils
  30. CONFIGURE_ENV += CPPFLAGS=-I${LOCALBASE}/include \
  31. LDFLAGS="-L${LOCALBASE}/lib -liconv -lintl" \
  32. GCONF_SCHEMA_FILE_DIR=${SCHEMAS_INSTDIR}
  33. SEPARATE_BUILD = Yes
  34. USE_GMAKE = Yes
  35. CONFIGURE_STYLE = gnu
  36. NO_TEST = Yes
  37. MODGCONF2_SCHEMAS_DIR = foxtrotgps
  38. MODPY_ADJ_FILES = contrib/georss2foxtrotgps-poi
  39. MODPY_RUNDEP = No
  40. .include <bsd.port.mk>