373540144f
- Properly strip installed binary PR: 197879 Submitted by: dev2@heesakkers.info Reviewed by: riggs
32 lines
605 B
Makefile
32 lines
605 B
Makefile
# Created by: Laurent Courty
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gpsbabel
|
|
PORTVERSION= 1.5.2
|
|
CATEGORIES= astro geography
|
|
MASTER_SITES= https://secure.ohos.nl/downloads/ \
|
|
LOCAL/glebius
|
|
|
|
MAINTAINER= dev2@heesakkers.info
|
|
COMMENT= GPS file translating tool
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
|
|
|
|
USE_AUTOTOOLS= autoconf
|
|
GNU_CONFIGURE= yes
|
|
|
|
USES= gettext
|
|
USE_QT4= corelib linguist_build qmake_build
|
|
USE_GNOME= glib20
|
|
|
|
PLIST_FILES= bin/gpsbabel
|
|
|
|
CONFLICTS= gpsbabel14-[0-9]*
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gpsbabel
|
|
|
|
.include <bsd.port.mk>
|