mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
38 lines
913 B
Makefile
38 lines
913 B
Makefile
# New ports collection makefile for: balsa
|
|
# Version required: 0.4.9
|
|
# Date created: 02 December 1998
|
|
# Whom: Glenn Johnson <gljohns@bellsouth.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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>
|