freebsd-ports/x11-toolkits/osm-gps-map/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

25 lines
582 B
Makefile

# Created by: Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
# $FreeBSD$
PORTNAME= osm-gps-map
PORTVERSION= 1.1.0
CATEGORIES= x11-toolkits net
MASTER_SITES= https://github.com/nzjrs/${PORTNAME}/releases/download/${PORTVERSION}/
MAINTAINER= dumbbell@FreeBSD.org
COMMENT= Gtk+ 3.0 mapping widget
LICENSE= GPLv2
LIB_DEPENDS= libsoup-2.4.so:devel/libsoup
USES= gmake gnome libtool pkgconfig
USE_GNOME= cairo gtk30 introspection:build
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig"
INSTALL_TARGET= install-strip
.include <bsd.port.mk>