3f651573ad
Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
45 lines
1,020 B
Makefile
45 lines
1,020 B
Makefile
# 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= 1
|
|
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>
|