diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-03-24 16:38:27 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-03-24 16:38:27 +0000 |
commit | 44fd49452f5ae5b89e152a2a1b9bd363914656e7 (patch) | |
tree | 15fe2933d3c9b7dbc1432b38a57e9ee35b151d5d | |
parent | Activate MM library port (diff) |
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>
Notes
Notes:
svn path=/head/; revision=17373
-rw-r--r-- | mail/balsa/Makefile | 15 | ||||
-rw-r--r-- | mail/balsa2/Makefile | 15 |
2 files changed, 18 insertions, 12 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 diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index c2ff3cc0b06f..039a55d0dcb4 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/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 |