2002-05-20 03:01:17 +02:00
|
|
|
# New ports collection makefile for: gpsdrive
|
|
|
|
# Date Created: 16 April 2002
|
|
|
|
# Whom: Marco Molteni <molter@gufi.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gpsdrive
|
2004-06-09 14:40:20 +02:00
|
|
|
PORTVERSION= 2.09
|
2005-11-05 06:22:06 +01:00
|
|
|
PORTREVISION= 4
|
2002-05-20 03:01:17 +02:00
|
|
|
CATEGORIES= astro
|
2004-06-09 14:40:20 +02:00
|
|
|
MASTER_SITES= http://www.gpsdrive.cc/ \
|
2005-05-03 17:16:30 +02:00
|
|
|
http://gpsdrive.teachlinux.com/
|
2002-05-20 03:01:17 +02:00
|
|
|
|
2005-09-30 13:31:44 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 11:44:59 +01:00
|
|
|
COMMENT= A GPS navigation system
|
2002-05-20 03:01:17 +02:00
|
|
|
|
2004-01-13 17:22:02 +01:00
|
|
|
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
|
2002-05-20 03:01:17 +02:00
|
|
|
|
2003-07-14 04:35:55 +02:00
|
|
|
USE_GETOPT_LONG=yes
|
2002-07-02 03:03:40 +02:00
|
|
|
USE_PERL5= yes
|
2002-05-20 03:01:17 +02:00
|
|
|
USE_GMAKE= yes
|
2004-01-13 17:22:02 +01:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GNOME= gtk20
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15:inc
|
2005-04-27 17:00:49 +02:00
|
|
|
USE_REINPLACE= yes
|
2004-04-11 16:39:25 +02:00
|
|
|
|
2002-07-02 03:03:40 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \
|
2002-05-20 03:01:17 +02:00
|
|
|
LDFLAGS=-L${LOCALBASE}/lib
|
2004-06-09 14:40:20 +02:00
|
|
|
CONFIGURE_ARGS= --disable-garmin
|
2002-05-20 03:01:17 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2005-04-27 17:00:49 +02:00
|
|
|
.if defined(WITHOUT_NLS)
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.else
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.endif
|
|
|
|
|
2002-05-20 03:01:17 +02:00
|
|
|
MAN1= gpsdrive.1
|
|
|
|
MANLANG= "" de es
|
|
|
|
|
2005-04-27 17:00:49 +02:00
|
|
|
post-patch:
|
|
|
|
.if defined(WITHOUT_NLS)
|
|
|
|
@${REINPLACE_CMD} 's|SUBDIRS = src po man|SUBDIRS = src man|' \
|
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.endif
|
|
|
|
|
2002-07-02 03:03:40 +02:00
|
|
|
post-install:
|
2002-10-24 08:51:44 +02:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
2002-07-02 03:03:40 +02:00
|
|
|
|
2004-06-09 14:40:20 +02:00
|
|
|
.include <bsd.port.mk>
|