- Fix LICENSE

- Pet portlint
- Strip binary
- Update WWW

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2020-08-19 09:36:36 +00:00
parent e6afd54dcf
commit a10cd802f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=545296
2 changed files with 8 additions and 5 deletions

View File

@ -12,18 +12,21 @@ PKGNAMESUFFIX= 14
MAINTAINER= dev2@heesakkers.info
COMMENT= GPS file translating tool (pre-qt version)
LICENSE= GPLv2
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libexpat.so:textproc/expat2
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-expathdr=${LOCALBASE}/include \
--with-libexpat=${LOCALBASE}/lib
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>

View File

@ -8,4 +8,4 @@ choose to use.
It contains extensive data manipulation abilities making it a convenient for
server-side processing or as the backend for other tools.
WWW: http://www.gpsbabel.org/
WWW: https://www.gpsbabel.org/