58c3144236
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
24 lines
666 B
Makefile
24 lines
666 B
Makefile
# $NetBSD: Makefile,v 1.30 2006/12/15 20:32:58 joerg Exp $
|
|
|
|
DISTNAME= wmbiff-0.4.26
|
|
PKGREVISION= 5
|
|
CATEGORIES= mail x11 windowmaker
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wmbiff/}
|
|
|
|
MAINTAINER= tron@NetBSD.org
|
|
HOMEPAGE= http://sourceforge.net/projects/wmbiff/
|
|
COMMENT= xbuffy like "mail-checker" for WindowMaker
|
|
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
EX_DIR= ${PREFIX}/share/examples/wmbiff
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${EX_DIR}
|
|
${INSTALL_DATA} ${WRKSRC}/wmbiff/sample.wmbiffrc ${EX_DIR}
|
|
|
|
.include "../../security/gnutls/buildlink3.mk"
|
|
.include "../../wm/windowmaker/buildlink3.mk"
|
|
.include "../../x11/libXpm/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|