diff options
author | nectar <nectar@FreeBSD.org> | 1999-03-25 00:38:27 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-03-25 00:38:27 +0800 |
commit | 3ee34dd35687405bded377e5bdf8f52660d8df42 (patch) | |
tree | 76b5badd742083540c80c033c150fc6e155792a1 /mail/balsa | |
parent | d7d07b54e22119e037e0063624d472bb30f7024a (diff) | |
download | freebsd-ports-gnome-3ee34dd35687405bded377e5bdf8f52660d8df42.tar.gz freebsd-ports-gnome-3ee34dd35687405bded377e5bdf8f52660d8df42.tar.zst freebsd-ports-gnome-3ee34dd35687405bded377e5bdf8f52660d8df42.zip |
MAINTAINER says:
Make the balsa port build again after the recent changes to gtk, orbit,
gnome, and the reorganization of the gnome mirrors. Also, remove myself
as the maintainer because I don't have the resources to keep up with
gnome.
PR: ports/10552
Submitted by: Glenn Johnson <gljohns@bellsouth.net>
Diffstat (limited to 'mail/balsa')
-rw-r--r-- | mail/balsa/Makefile | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index c2ff3cc0b06f..039a55d0dcb4 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -3,20 +3,20 @@ # Date created: 02 December 1998 # Whom: Glenn Johnson <gljohns@bellsouth.net> # -# $Id: Makefile,v 1.3 1999/02/03 08:09:51 asami Exp $ +# $Id: Makefile,v 1.4 1999/02/03 20:50:03 vanilla Exp $ # DISTNAME= balsa-0.4.9 CATEGORIES= mail gnome -MASTER_SITES= ${MASTER_SITE_GNOME} \ - http://www.balsa.net/dist/ -MASTER_SITE_SUBDIR= balsa +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/balsa -MAINTAINER= gljohns@bellsouth.net +MAINTAINER= ports@FreeBSD.ORG RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore LIB_DEPENDS= gnome.1:${PORTSDIR}/x11/gnomelibs \ PropList.1:${PORTSDIR}/devel/libPropList +BUILD_DEPENDS= orbit-idl:${PORTSDIR}/devel/ORBit USE_X_PREFIX= yes GNU_CONFIGURE= yes @@ -24,11 +24,14 @@ 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" \ + GTK_CONFIG="${X11BASE}/bin/gtk12-config" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4" MAN1= balsa.1 +pre-build: + cd ${WRKSRC}/idl && orbit-idl balsa.idl + post-install: ${INSTALL_MAN} ${WRKSRC}/balsa.1 ${PREFIX}/man/man1 |