summaryrefslogblamecommitdiff
path: root/mail/balsa/Makefile
blob: 0e60593a273e3b947dd8e784a1b58d12699b5037 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                             
                                               

                                                                             
 
           

 
                             
                          
                                              
 
                                 
 
                                               
                                                   
                                                        

                                           

                   

                                           


                                                   

                                                       
                                      


                       
             
                                                           
 
                      
# New ports collection makefile for:	balsa
# Version required:			0.4.9.5
# Date created:				02 December 1998
# Whom:					Glenn Johnson <gljohns@bellsouth.net>
#
# $FreeBSD$
#

DISTNAME=	balsa-0.4.9.5
CATEGORIES=	mail gnome
MASTER_SITES=	ftp://ftp.balsa.net/pub/balsa/

MAINTAINER=	ports@FreeBSD.org

#RUN_DEPENDS=	panel:${PORTSDIR}/x11/gnomegore
LIB_DEPENDS=	gnome.3:${PORTSDIR}/x11/gnomelibs \
		PropList.2:${PORTSDIR}/devel/libPropList

GTK_CONFIG?=	${X11BASE}/bin/gtk12-config

USE_X_PREFIX=	yes
USE_LIBTOOL=	yes
LIBTOOLFILES=	configure libmutt/configure
CONFIGURE_ENV=	CPPFLAGS='-I${LOCALBASE}/include' \
		GTK_CONFIG='${GTK_CONFIG}' \
		LIBS='-L${LOCALBASE}/lib'
CONFIGURE_ARGS=	--localstatedir=${PREFIX}/share/gnome \
		--datadir=${PREFIX}/share/gnome \
		--with-gnome=${PREFIX}

MAN1=		balsa.1

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

.include <bsd.port.mk>