freebsd-ports/astro/gpsbabel14/Makefile
Dmitry Marakasov a10cd802f9 - Fix LICENSE
- Pet portlint
- Strip binary
- Update WWW

Approved by:	portmgr blanket
2020-08-19 09:36:36 +00:00

33 lines
654 B
Makefile

# 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>