1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-13 23:36:08 +00:00
freebsd-ports/mail/balsa/Makefile
Jacques Vidrine 44fd49452f MAINTAINER says:
Make the balsa port build again after the recent changes to gtk, orbit,
 gnome, and the reorganization of the gnome mirrors. Also, remove myself
 as the maintainer because I don't have the resources to keep up with
 gnome.

PR:		ports/10552
Submitted by:	Glenn Johnson <gljohns@bellsouth.net>
1999-03-24 16:38:27 +00:00

39 lines
1.0 KiB
Makefile

# 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>