a0a1f2e57c
COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections.
26 lines
764 B
Makefile
26 lines
764 B
Makefile
# $NetBSD: Makefile,v 1.38 2013/04/06 03:45:16 rodent 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= WindowMaker xbiff-like "mail-checker"
|
|
|
|
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"
|