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
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 11
|
2007-07-22 21:33:55 +02:00
|
|
|
CATEGORIES= astro geography
|
2007-06-18 21:32:10 +02:00
|
|
|
MASTER_SITES= http://www.gpsdrive.de/packages/ \
|
|
|
|
LOCAL/beech
|
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
|
|
|
|
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_GNOME= gtk20
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2009-11-20 00:41:55 +01:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
2004-04-11 16:39:25 +02:00
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2004-06-09 14:40:20 +02:00
|
|
|
CONFIGURE_ARGS= --disable-garmin
|
2006-08-14 12:08:25 +02:00
|
|
|
USE_LDCONFIG= yes
|
2002-05-20 03:01:17 +02:00
|
|
|
|
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>
|