summaryrefslogtreecommitdiff
path: root/astro/gpsdrive/Makefile
blob: 14d566417c148b7144d09406cc713627d67fc541 (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
# New ports collection makefile for:	gpsdrive
# Date Created:				16 April 2002
# Whom:					Marco Molteni <molter@gufi.org>
#
# $FreeBSD$
#

PORTNAME=	gpsdrive
PORTVERSION=	1.20.r1
CATEGORIES=	astro
MASTER_SITES=	http://www.kraftvoll.at/software/ \
		http://ganter.quant-x.at/software/
DISTNAME=	${PORTNAME}-${PORTVERSION:S/.r/pre/}

MAINTAINER=	molter@gufi.org

LIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
		gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf

USE_GLIB=	yes
USE_GMAKE=	yes
USE_GTK=	yes
USE_LIBTOOL=	yes

CONFIGURE_ENV=	CPPFLAGS=-I${LOCALBASE}/include   \
		LDFLAGS=-L${LOCALBASE}/lib
INSTALLS_SHLIB=	yes

MAN1=		gpsdrive.1
MANLANG=	"" de es

.include <bsd.port.mk>