mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
35 lines
808 B
Makefile
35 lines
808 B
Makefile
# New ports collection makefile for: tangogps
|
|
# Date created: 4 Marth 2009
|
|
# Whom: stas
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tangogps
|
|
PORTVERSION= 0.99.4
|
|
PORTREVISION= 2
|
|
CATEGORIES= astro geography
|
|
MASTER_SITES= http://www.tangogps.org/downloads/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A comprehencive GPS mapping application
|
|
|
|
LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \
|
|
exif.12:${PORTSDIR}/graphics/libexif \
|
|
soup-2.4.1:${PORTSDIR}/devel/libsoup
|
|
|
|
USE_AUTOTOOLS= automake aclocal libtool autoconf
|
|
ACLOCAL_ARGS= --force
|
|
AUTCONF_ARGS= --force
|
|
AUTOMAKE_ARGS= --force
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GNOME= gtk20 gconf2 libxml2
|
|
USE_SQLITE= 3
|
|
INSTALLS_ICONS= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/<curl\/types.h>/d' ${WRKSRC}/src/tile_management.c ${WRKSRC}/src/util.h ${WRKSRC}/src/friends.c
|
|
|
|
.include <bsd.port.mk>
|