1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/mail/balsa/Makefile
Vanilla I. Shu 70ece85fde Upgrade to 0.4.9.
PR:		ports/9887
Submitted by:	maintainer
1999-02-03 20:50:05 +00:00

36 lines
961 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.3 1999/02/03 08:09:51 asami Exp $
#
DISTNAME= balsa-0.4.9
CATEGORIES= mail gnome
MASTER_SITES= ${MASTER_SITE_GNOME} \
http://www.balsa.net/dist/
MASTER_SITE_SUBDIR= balsa
MAINTAINER= gljohns@bellsouth.net
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
LIB_DEPENDS= gnome.1:${PORTSDIR}/x11/gnomelibs \
PropList.1:${PORTSDIR}/devel/libPropList
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/gtk11d-config" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
MAN1= balsa.1
post-install:
${INSTALL_MAN} ${WRKSRC}/balsa.1 ${PREFIX}/man/man1
.include <bsd.port.mk>