1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/astro/gpsbabel/Makefile
Ade Lovett 771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00

26 lines
516 B
Makefile

# New ports collection makefile for: gpsbabel
# Date created: Apr 2006
# Whom: Laurent Courty
#
# $FreeBSD$
PORTNAME= gpsbabel
PORTVERSION= 1.3.5
CATEGORIES= astro geography
MASTER_SITES= GENTOO
MASTER_SITE_SUBDIR= distfiles
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= wenheping@gmail.com
COMMENT= A gps file translating tool
LIB_DEPENDS= usb:${PORTSDIR}/devel/libusb \
expat:${PORTSDIR}/textproc/expat2
USE_AUTOTOOLS= autoconf:262
GNU_CONFIGURE= yes
PLIST_FILES= bin/gpsbabel
.include <bsd.port.mk>