38 lines
938 B
Makefile
38 lines
938 B
Makefile
# $OpenBSD: Makefile,v 1.22 2010/11/19 07:23:09 espie Exp $
|
|
|
|
COMMENT= multiple mailbox checker dockapp
|
|
DISTNAME= wmbiff-0.4.27
|
|
REVISION = 1
|
|
CATEGORIES= mail x11 x11/windowmaker
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wmbiff/}
|
|
|
|
HOMEPAGE= http://wmbiff.sourceforge.net/
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB += X11 Xext Xpm c gcrypt gpg-error iconv intl pthread-stubs \
|
|
tasn1 xcb z gnutls>=12
|
|
|
|
USE_GROFF = Yes
|
|
|
|
LIB_DEPENDS= security/gnutls
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ENV+= ac_cv_path_CVS2CL=""
|
|
|
|
pre-configure:
|
|
@perl -pi -e 's,/usr/share/doc/wmbiff/examples/,\
|
|
${PREFIX}/share/examples/wmbiff/,g' \
|
|
${WRKSRC}/wmbiff/{wmbiff.1,wmbiffrc.5.in}
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/wmbiff
|
|
${INSTALL_DATA} ${WRKSRC}/wmbiff/sample.wmbiffrc \
|
|
${PREFIX}/share/examples/wmbiff/sample.wmbiffrc
|
|
|
|
.include <bsd.port.mk>
|