blob: cb004dc56ce186fe62e2acc69387b1f579d56abf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.24 2003/07/17 21:47:12 grant Exp $
DISTNAME= WMMail.app-0.64
PKGNAME= wmmail-0.64
PKGREVISION= 1
CATEGORIES= mail x11 windowmaker
MASTER_SITES= http://www.eecg.utoronto.ca/~chanb/WMMail.app/
MAINTAINER= tron@NetBSD.org
HOMEPAGE= http://www.eecg.toronto.edu/cgi-bin/cgiwrap/chanb/index.cgi?wmmail
COMMENT= xbiff like "mail-checker" for WindowMaker
DEPENDS+= libproplist>=0.10.1:../../devel/libproplist
DEPENDS+= windowmaker>=0.80.0nb1:../../wm/windowmaker
USE_X11BASE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-PL-incs="-I${LOCALBASE}/include" \
--with-PL-libs="-L${LOCALBASE}/lib"
.include "../../mk/bsd.pkg.mk"
|