mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
parent
aacc4592c6
commit
f030e54525
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359967
@ -14,9 +14,9 @@ LICENSE= LGPL21
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/zip:${PORTSDIR}/archivers/zip
|
||||
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
|
||||
smbclient:${PORTSDIR}/net/samba-libsmbclient \
|
||||
cups:${PORTSDIR}/print/cups-base
|
||||
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
|
||||
libsmbclient.so:${PORTSDIR}/net/samba-libsmbclient \
|
||||
libcups.so:${PORTSDIR}/print/cups-base
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-0.16
|
||||
|
||||
@ -36,19 +36,10 @@ NO_PACKAGE= must generate a fresh private key at install time
|
||||
|
||||
SSH_KEYGEN?= ssh-keygen
|
||||
|
||||
NO_STAGE= yes
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if !${PORT_OPTIONS:MNLS}
|
||||
CONFIGURE_ARGS+=--disable-nls --localedir=/dev/null
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.else
|
||||
USES+= gettext
|
||||
PLIST_SUB+= NLS=""
|
||||
.endif
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
|
||||
# do not use default private key included with tarball
|
||||
post-patch:
|
||||
@ -61,6 +52,6 @@ post-patch:
|
||||
@${RM} ${WRKSRC}/extres/xdg/*.bak
|
||||
|
||||
post-install:
|
||||
@${CHMOD} 440 ${PREFIX}/share/keys/server.id_dsa.key
|
||||
@${CHMOD} 440 ${STAGEDIR}${PREFIX}/share/keys/server.id_dsa.key
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (opennx-0.16.0.725.tar.gz) = 05016e48d36b41cad5559d0c200808e97e720346a5aa6bb5615b0ad4369eccfb
|
||||
SIZE (opennx-0.16.0.725.tar.gz) = 5342831
|
||||
SHA256 (opennx-0.16.0.725.tar.gz) = 342a6d7f4cf733f51c10bb7265ad7ecff0896f9c383b94775bda1fb135f946ba
|
||||
SIZE (opennx-0.16.0.725.tar.gz) = 5343452
|
||||
|
Loading…
Reference in New Issue
Block a user