1999-02-03 15:50:05 -05:00
|
|
|
# New ports collection makefile for: balsa
|
1999-12-24 20:34:58 -05:00
|
|
|
# Version required: 0.6.0
|
1999-02-03 15:50:05 -05:00
|
|
|
# Date created: 02 December 1998
|
|
|
|
# Whom: Glenn Johnson <gljohns@bellsouth.net>
|
1998-12-09 00:20:02 -05:00
|
|
|
#
|
1999-08-25 02:51:17 -04:00
|
|
|
# $FreeBSD$
|
1998-12-09 00:20:02 -05:00
|
|
|
#
|
|
|
|
|
1999-12-24 20:34:58 -05:00
|
|
|
DISTNAME= balsa-0.6.0
|
1999-02-03 15:50:05 -05:00
|
|
|
CATEGORIES= mail gnome
|
1999-11-26 12:45:47 -05:00
|
|
|
MASTER_SITES= ftp://ftp.balsa.net/pub/balsa/
|
1998-12-09 00:20:02 -05:00
|
|
|
|
1999-08-31 02:53:31 -04:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1998-12-09 00:20:02 -05:00
|
|
|
|
1999-12-04 18:26:12 -05:00
|
|
|
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
|
1999-10-25 00:22:59 -04:00
|
|
|
LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \
|
1999-10-06 23:58:31 -04:00
|
|
|
PropList.2:${PORTSDIR}/devel/libPropList
|
1999-05-29 23:38:11 -04:00
|
|
|
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
1999-12-24 20:34:58 -05:00
|
|
|
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
1998-12-09 00:20:02 -05:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
1999-05-29 23:38:11 -04:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
LIBTOOLFILES= configure libmutt/configure
|
1999-11-26 12:45:47 -05:00
|
|
|
CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \
|
|
|
|
GTK_CONFIG='${GTK_CONFIG}' \
|
1999-12-24 20:34:58 -05:00
|
|
|
GLIB_CONFIG='${GLIB_CONFIG}' \
|
1999-11-26 12:45:47 -05:00
|
|
|
LIBS='-L${LOCALBASE}/lib'
|
1998-12-09 00:20:02 -05:00
|
|
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
|
|
|
--datadir=${PREFIX}/share/gnome \
|
1999-12-29 02:03:42 -05:00
|
|
|
--with-gnome=${PREFIX} \
|
|
|
|
--enable-system-install
|
1998-12-09 00:20:02 -05:00
|
|
|
|
|
|
|
MAN1= balsa.1
|
|
|
|
|
1999-02-03 15:50:05 -05:00
|
|
|
post-install:
|
1999-11-26 12:45:47 -05:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/balsa.1 ${PREFIX}/man/man1
|
1999-02-03 15:50:05 -05:00
|
|
|
|
1998-12-09 00:20:02 -05:00
|
|
|
.include <bsd.port.mk>
|