openbsd-ports/mail/wmbiff/Makefile
landry ad86753a71 Update to wmbiff-0.4.27.
- remove no longer needed patches.
- remove MAINTAINER upon his request.
with tweaks and ok from ajacoutot@
2007-10-25 21:10:22 +00:00

35 lines
891 B
Makefile

# $OpenBSD: Makefile,v 1.16 2007/10/25 21:10:22 landry Exp $
COMMENT= multiple mailbox checker dockapp
DISTNAME= wmbiff-0.4.27
CATEGORIES= mail x11 x11/windowmaker
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wmbiff/}
HOMEPAGE= http://wmbiff.sourceforge.net/
# GPL
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 z
USE_X11= Yes
LIB_DEPENDS= gnutls.>=12::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>