1999-02-03 20:50:05 +00:00
|
|
|
# New ports collection makefile for: balsa
|
|
|
|
# Version required: 0.4.9
|
|
|
|
# Date created: 02 December 1998
|
|
|
|
# Whom: Glenn Johnson <gljohns@bellsouth.net>
|
1998-12-09 05:20:02 +00:00
|
|
|
#
|
1999-03-24 16:38:27 +00:00
|
|
|
# $Id: Makefile,v 1.4 1999/02/03 20:50:03 vanilla Exp $
|
1998-12-09 05:20:02 +00:00
|
|
|
#
|
|
|
|
|
1999-02-03 20:50:05 +00:00
|
|
|
DISTNAME= balsa-0.4.9
|
|
|
|
CATEGORIES= mail gnome
|
1999-03-24 16:38:27 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
|
|
MASTER_SITE_SUBDIR= sources/balsa
|
1998-12-09 05:20:02 +00:00
|
|
|
|
1999-03-24 16:38:27 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.ORG
|
1998-12-09 05:20:02 +00:00
|
|
|
|
1999-02-03 20:50:05 +00:00
|
|
|
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
|
1999-01-17 19:59:38 +00:00
|
|
|
LIB_DEPENDS= gnome.1:${PORTSDIR}/x11/gnomelibs \
|
1999-02-03 08:09:51 +00:00
|
|
|
PropList.1:${PORTSDIR}/devel/libPropList
|
1999-03-24 16:38:27 +00:00
|
|
|
BUILD_DEPENDS= orbit-idl:${PORTSDIR}/devel/ORBit
|
1998-12-09 05:20:02 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
|
|
|
--datadir=${PREFIX}/share/gnome \
|
|
|
|
--with-gnome=${X11BASE}
|
1999-02-03 20:50:05 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
1999-03-24 16:38:27 +00:00
|
|
|
GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
|
1998-12-09 05:20:02 +00:00
|
|
|
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
|
|
|
|
|
|
|
|
MAN1= balsa.1
|
|
|
|
|
1999-03-24 16:38:27 +00:00
|
|
|
pre-build:
|
|
|
|
cd ${WRKSRC}/idl && orbit-idl balsa.idl
|
|
|
|
|
1999-02-03 20:50:05 +00:00
|
|
|
post-install:
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/balsa.1 ${PREFIX}/man/man1
|
|
|
|
|
1998-12-09 05:20:02 +00:00
|
|
|
.include <bsd.port.mk>
|