1999-02-03 21:50:05 +01:00
|
|
|
# New ports collection makefile for: balsa
|
|
|
|
# Date created: 02 December 1998
|
|
|
|
# Whom: Glenn Johnson <gljohns@bellsouth.net>
|
1998-12-09 06:20:02 +01:00
|
|
|
#
|
1999-08-25 08:51:17 +02:00
|
|
|
# $FreeBSD$
|
1998-12-09 06:20:02 +01:00
|
|
|
#
|
|
|
|
|
2000-04-13 22:01:08 +02:00
|
|
|
PORTNAME= balsa
|
2000-06-22 10:01:29 +02:00
|
|
|
PORTVERSION= 0.8.1
|
1999-02-03 21:50:05 +01:00
|
|
|
CATEGORIES= mail gnome
|
2000-05-29 16:33:54 +02:00
|
|
|
MASTER_SITES= ftp://ftp.newton.cx/pub/balsa/ \
|
|
|
|
http://www.theochem.kth.se/~pawsa/balsa/
|
1998-12-09 06:20:02 +01:00
|
|
|
|
1999-08-31 08:53:31 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1998-12-09 06:20:02 +01:00
|
|
|
|
1999-12-05 00:26:12 +01:00
|
|
|
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
|
2000-06-01 18:25:45 +02:00
|
|
|
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
|
1999-10-07 05:58:31 +02:00
|
|
|
PropList.2:${PORTSDIR}/devel/libPropList
|
1999-05-30 05:38:11 +02:00
|
|
|
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
1999-12-25 02:34:58 +01:00
|
|
|
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
1998-12-09 06:20:02 +01:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
1999-05-30 05:38:11 +02:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
LIBTOOLFILES= configure libmutt/configure
|
1999-11-26 18:45:47 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \
|
|
|
|
GTK_CONFIG='${GTK_CONFIG}' \
|
1999-12-25 02:34:58 +01:00
|
|
|
GLIB_CONFIG='${GLIB_CONFIG}' \
|
1999-11-26 18:45:47 +01:00
|
|
|
LIBS='-L${LOCALBASE}/lib'
|
1998-12-09 06:20:02 +01:00
|
|
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
|
|
|
--datadir=${PREFIX}/share/gnome \
|
1999-12-29 08:03:42 +01:00
|
|
|
--with-gnome=${PREFIX} \
|
|
|
|
--enable-system-install
|
1998-12-09 06:20:02 +01:00
|
|
|
|
|
|
|
MAN1= balsa.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|