[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / geo / tangogps

File: [local] / ports / geo / tangogps / Attic / Makefile (download)

Revision 1.4, Wed Jan 28 13:37:07 2009 UTC (15 years, 4 months ago) by yason
Branch: MAIN
Changes since 1.3: +2 -3 lines

i've missed the latest version... also some cleanup

# $OpenBSD

COMMENT =		lightweight mapping application for use with or without GPS

DISTNAME =		tangogps-0.9.5

CATEGORIES =		geo

HOMEPAGE =		http://www.tangogps.org/

MASTER_SITES =		${HOMEPAGE}/downloads/

MAINTAINER =		Kirill S. Bychkov <yason@linklevel.net>

# GPLv2
PERMIT_PACKAGE_CDROM =	Yes
PERMIT_PACKAGE_FTP =	Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP =	Yes

WANTLIB = 		ORBit-2 X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
			Xfixes Xi Xinerama Xrandr Xrender c cairo crypto dbus-1 \
			dbus-glib-1 expat fontconfig freetype gdk-x11-2.0 \
			gdk_pixbuf-2.0 gio-2.0 glib-2.0 glitz gmodule-2.0 \
			gobject-2.0 gthread-2.0 gtk-x11-2.0 iconv idn intl m \
			pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 \
			png pthread ssl z

LIB_DEPENDS =		atk-1.0::devel/atk \
			curl::net/curl \
			gconf-2::devel/gconf2 \
			sqlite3::databases/sqlite3

USE_X11 =		Yes
CONFIGURE_STYLE =	gnu

post-install:
	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tangogps/
	${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/tangogps/

.include <bsd.port.mk>