mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
369b06f1ab
PR: 15225 Submitted by: KATO TSuguru <tkato@prontomail.ne.jp>
37 lines
892 B
Makefile
37 lines
892 B
Makefile
# 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/gnomecore
|
|
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>
|