freebsd-ports/mail/balsa2/Makefile
Steve Price 5f48cbd6fd Use new gnomelibs port and set USE_LIBTOOL=yes
PR:             11844
Submitted by:   Jeremy Lea <reg@shale.csir.co.za>
1999-05-30 03:38:11 +00:00

37 lines
956 B
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.5 1999/03/24 16:38:27 nectar 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.2:${PORTSDIR}/x11/gnomelibs \
PropList.1:${PORTSDIR}/devel/libPropList
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
USE_LIBTOOL= yes
LIBTOOLFILES= configure libmutt/configure
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--with-gnome=${PREFIX}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
MAN1= balsa.1
post-install:
${INSTALL_MAN} ${WRKSRC}/balsa.1 ${PREFIX}/man/man1
.include <bsd.port.mk>