blob: 3d89105982640fe54eaa5cf84d34df03a30b3b47 (
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
|
# New ports collection makefile for: gpsdrive
# Date Created: 16 April 2002
# Whom: Marco Molteni <molter@gufi.org>
#
# $FreeBSD$
#
PORTNAME= gpsdrive
PORTVERSION= 1.31
CATEGORIES= astro
MASTER_SITES= http://gpsdrive.kraftvoll.at/ \
http://gpsdrive.dotdeguy.de/ \
http://gpsdrive.spoiledmeat.net/ \
http://gpsdrive.flugfunk.de/ \
http://gpsdrive.alumnosfdi.org/ \
http://gpsdrive.teachlinux.com/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/pre/}
MAINTAINER= molter@gufi.org
COMMENT= A GPS navigation system
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
USE_PERL5= yes
USE_GMAKE= yes
USE_GNOMENG= yes
USE_GNOME= gdkpixbuf
USE_LIBTOOL= yes
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>
|