54a0b86543
in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
33 lines
899 B
Makefile
33 lines
899 B
Makefile
# New ports collection makefile for: guile-gnome
|
|
# Date created: 9th June 2000
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= guile-gnome
|
|
PORTVERSION= 0.20
|
|
PORTREVISION= 7
|
|
CATEGORIES= x11-toolkits gnome scheme
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
MASTER_SITE_SUBDIR= sources/gnome-guile/0.20
|
|
DISTNAME= gnome-guile-${PORTVERSION}
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Guile binding library for GNOME
|
|
|
|
LIB_DEPENDS= guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_AUTOTOOLS= libtool:13:inc
|
|
USE_GNOME= gnomeprefix bonobo gtkhtml libglade
|
|
INSTALLS_SHLIB= yes
|
|
CONFIGURE_ARGS= --with-bonobo --with-gtkhtml --without-gal \
|
|
--with-libglade --with-gdkpixbuf --with-ghttp
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
pre-build:
|
|
@${TOUCH} -f ${WRKSRC}/guile-gnome/gtkhtml/*.c
|
|
|
|
.include <bsd.port.mk>
|