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>
This commit is contained in:
Jacques Vidrine 1999-03-24 16:38:27 +00:00
parent 9ddc48e37e
commit 44fd49452f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17373
2 changed files with 18 additions and 12 deletions

View File

@ -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

View File

@ -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