blob: c63f70712687d57d63c02f1441db80a11382921b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.3 2001/03/08 10:21:08 wiz Exp $
DISTNAME= sylpheed-0.3.23
CATEGORIES= mail x11
MASTER_SITES= http://sylpheed.good-day.net/sylpheed/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= oishi@ims.ac.jp
HOMEPAGE= http://sylpheed.good-day.net/index.cgi.en
COMMENT= X based e-mail client
DEPENDS+= gtk+>=1.2.6:../../x11/gtk
USE_GMAKE= yes
USE_X11= yes
USE_X11BASE= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS+=--prefix=${X11BASE} \
--includedir=${LOCALBASE}/include \
--libdir=${LOCALBASE}/lib \
--enable-nls
.include "../../mk/bsd.pkg.mk"
|