- Fix LICENSE
- Pet portlint - Strip binary - Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
e6afd54dcf
commit
a10cd802f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=545296
@ -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>
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user