mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
3bfa293d56
- Use macro from bsd.sites.mk PR: ports/115670 Submitted by: ijliao Approved by: Laurent Courty <lrntct at gmail.com> (maintainer)
23 lines
415 B
Makefile
23 lines
415 B
Makefile
# New ports collection makefile for: gpsbabel
|
|
# Date created: Apr 2006
|
|
# Whom: Laurent Courty
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gpsbabel
|
|
PORTVERSION= 1.3.4
|
|
CATEGORIES= astro geography
|
|
MASTER_SITES= SFE
|
|
|
|
MAINTAINER= lrntct@gmail.com
|
|
COMMENT= A gps file translating tool
|
|
|
|
LIB_DEPENDS= usb:${PORTSDIR}/devel/libusb \
|
|
expat:${PORTSDIR}/textproc/expat2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/gpsbabel
|
|
|
|
.include <bsd.port.mk>
|