aboutsummaryrefslogtreecommitdiff
path: root/astro/gpsbabel14/Makefile
blob: 9b433e8e066b5521f946f518f9548da873fe691d (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
29
30
31
32
# Created by: Laurent Courty
# $FreeBSD$

PORTNAME=	gpsbabel
PORTVERSION=	1.4.4
PORTREVISION=	1
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:textproc/expat2

USES=		autoreconf
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-expathdr=${LOCALBASE}/include \
		--with-libexpat=${LOCALBASE}/lib

PLIST_FILES=	bin/gpsbabel

CONFLICTS=	gpsbabel-[0-9]*

post-install:
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gpsbabel

.include <bsd.port.mk>