- Update to experimental-20170315
- Add LICENSE_FILE - Make NLS optionnal
This commit is contained in:
parent
f7f4bcb025
commit
3525073413
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436442
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= libfsntfs
|
||||
# If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH
|
||||
DISTVERSION= experimental-20160418
|
||||
DISTVERSION= experimental-20170315
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://github.com/libyal/libfsntfs/releases/download/${PORTVERSION:E}/ \
|
||||
LOCAL/antoine
|
||||
@ -12,22 +12,26 @@ MAINTAINER= antoine@FreeBSD.org
|
||||
COMMENT= Library and tools to access the New Technology File System (NTFS)
|
||||
|
||||
LICENSE= LGPL3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libfwnt.so:devel/libfwnt
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} \
|
||||
--with-libfwnt=${LOCALBASE}
|
||||
USES= gettext libtool pathfix python
|
||||
CONFIGURE_ARGS= --enable-python --with-libfwnt=${LOCALBASE}
|
||||
USES= libtool pathfix python
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E}
|
||||
|
||||
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 (libfsntfs-experimental-20160418.tar.gz) = f125cc66d16a5d1060b8f0a1f8dbf6b8d88070fee73cffebcac0ecdc58860893
|
||||
SIZE (libfsntfs-experimental-20160418.tar.gz) = 1652286
|
||||
TIMESTAMP = 1489602855
|
||||
SHA256 (libfsntfs-experimental-20170315.tar.gz) = f76f3ecf302e500210d2a6fb66f40af60d520b09fb5b94626d4ea58039e3ff85
|
||||
SIZE (libfsntfs-experimental-20170315.tar.gz) = 1685861
|
||||
|
Loading…
Reference in New Issue
Block a user