- Update to 20170111
- Add LICENSE_FILE - Make NLS optional
This commit is contained in:
parent
2201e0b324
commit
bfdaba46fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431590
2 changed files with 14 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= liblnk
|
||||
PORTVERSION= 20160420
|
||||
PORTVERSION= 20170111
|
||||
DISTVERSIONPREFIX= alpha-
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://github.com/libyal/liblnk/releases/download/${PORTVERSION}/ \
|
||||
|
@ -12,21 +12,26 @@ MAINTAINER= antoine@FreeBSD.org
|
|||
COMMENT= Library and tools to access the Windows shortcut file (LNK) format
|
||||
|
||||
LICENSE= LGPL3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libfwsi.so:devel/libfwsi
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} --with-libfwsi=${LOCALBASE}
|
||||
USES= gettext libtool pathfix python
|
||||
CONFIGURE_ARGS= --enable-python --with-libfwsi=${LOCALBASE}
|
||||
USES= libtool pathfix python
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
OPTIONS_DEFINE= DOCS NLS
|
||||
|
||||
NLS_USES= gettext
|
||||
NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE}
|
||||
NLS_CONFIGURE_OFF= --disable-nls
|
||||
|
||||
PORTDOCS= AUTHORS ChangeLog
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install-DOCS-on:
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (liblnk-alpha-20160420.tar.gz) = 8e8366bced39dafb02a53bd50dcc903ff45353ede99a2eaa779b5bc09f9cfb31
|
||||
SIZE (liblnk-alpha-20160420.tar.gz) = 1472895
|
||||
TIMESTAMP = 1484163572
|
||||
SHA256 (liblnk-alpha-20170111.tar.gz) = 404f3b3db9f7c83e540bede1c89b2f0ca1c6ea4a31565d31d166ca6535ebfe32
|
||||
SIZE (liblnk-alpha-20170111.tar.gz) = 1474193
|
||||
|
|
Loading…
Reference in a new issue