aboutsummaryrefslogtreecommitdiff
path: root/astro/gpsdrive/Makefile
blob: 8b701e081f27a2ef98ea6026a9ed4b4576bb3392 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# New ports collection makefile for:	gpsdrive
# Date Created:				16 April 2002
# Whom:					Marco Molteni <molter@gufi.org>
#
# $FreeBSD$
#

PORTNAME=	gpsdrive
PORTVERSION=	2.07.r7
PORTREVISION=	2
CATEGORIES=	astro
MASTER_SITES=	http://gpsdrive.kraftvoll.at/     \
		http://www.gpsdrive.cc/           \
		http://www.kraftvoll.at/          \
		http://www.ganter.at/             \
		http://www.gpsdrive.de/           \
		http://gpsdrive.teachlinux.com/   \
		http://gpsdrive.flugfunk.de/
DISTNAME=	${PORTNAME}-${PORTVERSION:S/.r/pre/}

MAINTAINER=	molter@gufi.org
COMMENT=	A GPS navigation system

LIB_DEPENDS=	pcre.0:${PORTSDIR}/devel/pcre

USE_GETOPT_LONG=yes
USE_GETTEXT=	yes
USE_PERL5=	yes
USE_GMAKE=	yes
USE_X_PREFIX=	yes
USE_GNOME=	gtk20
USE_LIBTOOL_VER=	13
USE_GCC=	3.2
CONFIGURE_ENV=	CPPFLAGS=-I${LOCALBASE}/include \
		LDFLAGS=-L${LOCALBASE}/lib
CONFIGURE_ARGS=	--disable-garmin --disable-mysql
INSTALLS_SHLIB=	yes

MAN1=		gpsdrive.1
MANLANG=	"" de es

post-install:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>