blob: 7dfac860f2059f901d5e0d49bcdf78c033231da2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.6 2000/08/14 13:02:45 wiz Exp $
#
DISTNAME= balsa-0.9.0
CATEGORIES= mail gnome
MASTER_SITES= ftp://ftp.newton.cx/pub/balsa/ \
http://www.theochem.kth.se/~pawsa/balsa/
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.balsa.net/
DEPENDS+= pth-*:../../devel/pth
DEPENDS+= libproplist-*:../../devel/libproplist
DEPENDS+= gnome-core-*:../../x11/gnome-core
GNU_CONFIGURE= yes
USE_X11BASE= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig
.include "../../mk/bsd.pkg.mk"
|