- Update to alpha-20170225
- Make NLS optional
This commit is contained in:
parent
bb45879289
commit
00d5a88e93
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434883
2 changed files with 13 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libsmdev
|
||||
DISTVERSION= alpha-20160320
|
||||
DISTVERSION= alpha-20170225
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://github.com/libyal/libsmdev/releases/download/${PORTVERSION:E}/ \
|
||||
LOCAL/antoine
|
||||
|
@ -14,17 +14,21 @@ LICENSE= LGPL3+
|
|||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE}
|
||||
USES= gettext libtool pathfix python
|
||||
CONFIGURE_ARGS= --enable-python
|
||||
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 (libsmdev-alpha-20160320.tar.gz) = 6a7cdda746ca29bac06f6d97b4c95ba4d26d063ff71814da2bb9f5bf2d50d143
|
||||
SIZE (libsmdev-alpha-20160320.tar.gz) = 1174033
|
||||
TIMESTAMP = 1488060933
|
||||
SHA256 (libsmdev-alpha-20170225.tar.gz) = aa5d1cac3c23b46adc9c69e8bcc9b3782cfbf6cb0c2ab7fbd2c5a39b299fcc04
|
||||
SIZE (libsmdev-alpha-20170225.tar.gz) = 1185544
|
||||
|
|
Loading…
Reference in a new issue