aboutsummaryrefslogtreecommitdiffstats
path: root/astro/gpsbabel14/Makefile
blob: 781ff8defe38f5f34d121985a2b570a8f099a8e6 (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
26
27
28
# Created by: Laurent Courty
# $FreeBSD$

PORTNAME=   gpsbabel
PORTVERSION=    1.4.4
CATEGORIES= astro geography
MASTER_SITES=   https://secure.ohos.nl/downloads/ \
        LOCAL/beech
PKGNAMESUFFIX=  14

MAINTAINER= dev2@heesakkers.info
COMMENT=    GPS file translating tool (pre-qt version)

LICENSE=    GPLv2
LICENSE_FILE=   ${WRKSRC}/COPYING

LIB_DEPENDS=    libexpat.so:${PORTSDIR}/textproc/expat2

USE_AUTOTOOLS=  autoconf
GNU_CONFIGURE=  yes
CONFIGURE_ARGS+=--with-expathdr=${LOCALBASE}/include \
        --with-libexpat=${LOCALBASE}/lib

PLIST_FILES=    bin/gpsbabel

CONFLICTS=  gpsbabel-[0-9]*

.include <bsd.port.mk>