summaryrefslogtreecommitdiff
path: root/mail/balsa/Makefile
blob: 039a55d0dcb482b85d52aba7fa00dca7be5d8bcb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# New ports collection makefile for:	balsa
# Version required:			0.4.9
# Date created:				02 December 1998
# Whom:					Glenn Johnson <gljohns@bellsouth.net>
#
# $Id: Makefile,v 1.4 1999/02/03 20:50:03 vanilla Exp $
#

DISTNAME=	balsa-0.4.9
CATEGORIES=	mail gnome
MASTER_SITES=	${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR=	sources/balsa

MAINTAINER=	ports@FreeBSD.ORG

RUN_DEPENDS=	panel:${PORTSDIR}/x11/gnomecore
LIB_DEPENDS=	gnome.1:${PORTSDIR}/x11/gnomelibs \
		PropList.1:${PORTSDIR}/devel/libPropList
BUILD_DEPENDS=	orbit-idl:${PORTSDIR}/devel/ORBit

USE_X_PREFIX=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--localstatedir=${PREFIX}/share/gnome \
		--datadir=${PREFIX}/share/gnome \
		--with-gnome=${X11BASE}
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
		GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
		LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"

MAN1=		balsa.1

pre-build:
	cd ${WRKSRC}/idl && orbit-idl balsa.idl

post-install:
		${INSTALL_MAN} ${WRKSRC}/balsa.1 ${PREFIX}/man/man1

.include <bsd.port.mk>