pkgsrc/mail/wmmail/Makefile
wiz 2c72a9f0b9 Remove xextproto/buildlink3.mk in most cases where it occurs with
libXext/buildlink3.mk, now that it is included there.
Leave the places where its API version is set or variables from it
are used directly (about 3 packages).
2012-10-23 10:24:02 +00:00

26 lines
765 B
Makefile

# $NetBSD: Makefile,v 1.37 2012/10/23 10:24:08 wiz Exp $
DISTNAME= WMMail.app-0.64
PKGNAME= wmmail-0.64
PKGREVISION= 3
CATEGORIES= mail x11 windowmaker
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= xbiff like "mail-checker" for WindowMaker
DEPENDS+= windowmaker>=0.80.0nb1:../../wm/windowmaker
USE_X11BASE= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-PL-incs="-I${LOCALBASE}/include" \
--with-PL-libs="-L${LOCALBASE}/lib" \
--x-includes=${X11BASE}/include \
--x-libraries=${X11BASE}/lib
.include "../../devel/libproplist/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"