blob: 3c6c0cb65aad84a73e66917ffa8b4225301e3f74 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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>
|