mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
Update to 0.4.27
Include GNUTLS in OPTIONS Use PLIST_FILES/PLIST_DIRS instead pkg-plist Add SHA256 PR: 89237 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
1039b2ad7f
commit
90bd7b15f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148732
@ -5,35 +5,44 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= wmbiff
|
||||
PORTVERSION= 0.4.26
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail windowmaker afterstep
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
PORTNAME= wmbiff
|
||||
PORTVERSION= 0.4.27
|
||||
CATEGORIES= mail windowmaker afterstep
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= An xbiff-like Window Maker dock app
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= An xbiff-like Window Maker dock app
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
OPTIONS= GNUTLS "Support for SSL" off
|
||||
|
||||
OPTIONS= GNUTLS "Support for SSL" off
|
||||
USE_X_PREFIX= yes
|
||||
USE_XPM= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
MAN1= wmbiff.1
|
||||
MAN5= wmbiffrc.5
|
||||
PLIST_FILES= bin/wmbiff \
|
||||
lib/wmbiff/security.debian.rb \
|
||||
%%DATADIR%%/sample.wmbiffrc \
|
||||
%%DATADIR%%/skins/wmbiff-master-contrast.xpm \
|
||||
%%DATADIR%%/skins/wmbiff-master-led.xpm
|
||||
PLIST_DIRS= %%DATADIR%%/skins \
|
||||
%%DATADIR%% \
|
||||
lib/wmbiff
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.ifdef WITH_GNUTLS
|
||||
LIB_DEPENDS+= gcrypt.13:${PORTSDIR}/security/libgcrypt \
|
||||
gnutls.12:${PORTSDIR}/security/gnutls
|
||||
.if defined(WITH_GNUTLS)
|
||||
LIB_DEPENDS+= gcrypt.13:${PORTSDIR}/security/libgcrypt \
|
||||
gnutls.12:${PORTSDIR}/security/gnutls
|
||||
CONFIGURE_ARGS+= --with-libgnutls-prefix=${LOCALBASE} \
|
||||
--with-libgcrypt-prefix=${LOCALBASE}
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-crypto
|
||||
.endif
|
||||
|
||||
USE_XPM= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= wmbiff.1
|
||||
MAN5= wmbiffrc.5
|
||||
|
||||
post-install:
|
||||
@${ECHO_MSG} "===> Installing sample.wmbiffrc to ${DATADIR}"
|
||||
@${ECHO_MSG} "===> Modify it to suit your needs and copy to ~/.wmbiffrc"
|
||||
|
@ -1,2 +1,3 @@
|
||||
MD5 (wmbiff-0.4.26.tar.gz) = f2838aa81be972713c7ef70e946fcedc
|
||||
SIZE (wmbiff-0.4.26.tar.gz) = 200237
|
||||
MD5 (wmbiff-0.4.27.tar.gz) = 50466b6e4a143cf4e55546b34d5792e6
|
||||
SHA256 (wmbiff-0.4.27.tar.gz) = c25b7b3d3a5ddbbfa9f85bb39f553f5bc001189fc624e6761d986369068d7da3
|
||||
SIZE (wmbiff-0.4.27.tar.gz) = 201713
|
||||
|
@ -1,8 +0,0 @@
|
||||
bin/wmbiff
|
||||
lib/wmbiff/security.debian.rb
|
||||
share/wmbiff/sample.wmbiffrc
|
||||
share/wmbiff/skins/wmbiff-master-led.xpm
|
||||
share/wmbiff/skins/wmbiff-master-contrast.xpm
|
||||
@dirrm lib/wmbiff
|
||||
@dirrm share/wmbiff/skins
|
||||
@dirrm share/wmbiff
|
Loading…
Reference in New Issue
Block a user