This commit is contained in:
ajacoutot 2009-03-14 11:39:51 +00:00
parent c89ef704dd
commit 24d250e2cf

View File

@ -1,10 +1,12 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/03/04 20:51:23 jasper Exp $ # $OpenBSD: Makefile,v 1.2 2009/03/14 11:39:51 ajacoutot Exp $
COMMENT= Gtk+ Widget for Displaying OpenStreetMap tiles COMMENT= Gtk+ Widget for Displaying OpenStreetMap tiles
# original tarball is an archive from git and lacks sane numbering # original tarball is an archive from git and lacks sane numbering
# in the filename. # in the filename.
DISTNAME= osm-gps-map-0.2 DISTNAME= osm-gps-map-0.2
PKGNAME= ${DISTNAME}p0
SHARED_LIBS += osmgpsmap 0.0 # .0.0 SHARED_LIBS += osmgpsmap 0.0 # .0.0
CATEGORIES= geo x11 CATEGORIES= geo x11
@ -30,7 +32,7 @@ WANTLIB += tasn1 xml2 z
USE_LIBTOOL= Yes USE_LIBTOOL= Yes
BUILD_DEPENDS= ${MODGNU_AUTOCONF_DEPENDS} \ BUILD_DEPENDS= ${MODGNU_AUTOCONF_DEPENDS} \
${MODGNU_AUTOMAKE_DEPENDS} \ ${MODGNU_AUTOMAKE_DEPENDS}
LIB_DEPENDS= soup-2.4::devel/libsoup \ LIB_DEPENDS= soup-2.4::devel/libsoup \
gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2