1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/astro/gpsdrive/Makefile
2003-08-26 20:25:58 +00:00

42 lines
938 B
Makefile

# New ports collection makefile for: gpsdrive
# Date Created: 16 April 2002
# Whom: Marco Molteni <molter@gufi.org>
#
# $FreeBSD$
#
PORTNAME= gpsdrive
PORTVERSION= 1.33
PORTREVISION= 1
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= intl.5:${PORTSDIR}/devel/gettext
USE_GETOPT_LONG=yes
USE_PERL5= yes
USE_GMAKE= 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>