diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-18 15:44:26 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-18 15:44:26 +0000 |
commit | 90bd7b15f09dc8f35e696df22a789624015dafd8 (patch) | |
tree | 77b89cfcd047bf21d3647908d87fac02b15d5c3a /mail | |
parent | 1039b2ad7fb186cac0d473ceb16418f5b322c700 (diff) | |
download | ports-90bd7b15f09dc8f35e696df22a789624015dafd8.tar.gz ports-90bd7b15f09dc8f35e696df22a789624015dafd8.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/wmbiff/Makefile | 45 | ||||
-rw-r--r-- | mail/wmbiff/distinfo | 5 | ||||
-rw-r--r-- | mail/wmbiff/pkg-plist | 8 |
3 files changed, 30 insertions, 28 deletions
diff --git a/mail/wmbiff/Makefile b/mail/wmbiff/Makefile index 23101afb9b9f..30eeea12e7cb 100644 --- a/mail/wmbiff/Makefile +++ b/mail/wmbiff/Makefile @@ -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" diff --git a/mail/wmbiff/distinfo b/mail/wmbiff/distinfo index 1630ed671422..cf06e984da88 100644 --- a/mail/wmbiff/distinfo +++ b/mail/wmbiff/distinfo @@ -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 diff --git a/mail/wmbiff/pkg-plist b/mail/wmbiff/pkg-plist deleted file mode 100644 index 23081445dbd6..000000000000 --- a/mail/wmbiff/pkg-plist +++ /dev/null @@ -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 |