1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/astro/gpsbabel/Makefile
Baptiste Daroussin 24e692de02 In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in astro

With hat:	portmgr
2013-12-11 10:31:41 +00:00

26 lines
541 B
Makefile

# Created by: Laurent Courty
# $FreeBSD$
PORTNAME= gpsbabel
PORTVERSION= 1.4.4
CATEGORIES= astro geography
MASTER_SITES= https://secure.ohos.nl/downloads/ \
LOCAL/beech
MAINTAINER= dev2@heesakkers.info
COMMENT= GPS file translating tool
LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2
NO_STAGE= yes
USE_AUTOTOOLS= autoconf
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-expathdr=${LOCALBASE}/include \
--with-libexpat=${LOCALBASE}/lib
PLIST_FILES= bin/gpsbabel
EXTRA_PATCHES= ${FILESDIR}/extra-patch-libusb
.include <bsd.port.mk>