mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
08a9c4db98
I made a mistake and changed these ports to HAS_CONFIGURE when working on MANPREFIX sanitization. Restore proper macro usage and set GNU_CONFIGURE_MANPREFIX properly to keep manpages installed under ${PREFIX}/share. Reported by: danfe Sponsored by: Rubicon Communications, LLC ("Netgate")
39 lines
962 B
Makefile
39 lines
962 B
Makefile
PORTNAME= wmbiff
|
|
PORTVERSION= 0.4.36
|
|
PORTREVISION= 3
|
|
CATEGORIES= mail windowmaker afterstep
|
|
MASTER_SITES= https://www.dockapps.net/download/
|
|
|
|
MAINTAINER= garga@FreeBSD.org
|
|
COMMENT= xbiff-like Window Maker dock app
|
|
WWW= https://www.dockapps.net/wmbiff
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= pkgconfig xorg
|
|
|
|
USE_XORG= x11 xext xpm
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
SUB_FILES= pkg-message
|
|
|
|
OPTIONS_DEFINE= GNUTLS
|
|
OPTIONS_DEFAULT=GNUTLS
|
|
|
|
GNUTLS_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
|
|
libgnutls.so:security/gnutls \
|
|
libgpg-error.so:security/libgpg-error
|
|
GNUTLS_CONFIGURE_ON= --with-libgcrypt-prefix=${LOCALBASE}
|
|
GNUTLS_CONFIGURE_OFF= --disable-crypto
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/^SUBDIRS *=/ s/scripts//' \
|
|
${WRKSRC}/Makefile.in
|
|
@${REINPLACE_CMD} -e '/security.debian.rb/ s/^/# /' \
|
|
${WRKSRC}/wmbiff/sample.wmbiffrc
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/wmbiff/sample.wmbiffrc ${STAGEDIR}${DATADIR}
|
|
|
|
.include <bsd.port.mk>
|