mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
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.
34 lines
875 B
Makefile
34 lines
875 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: g-wrap
|
|
# Date created: Jun 29, 2000
|
|
# Whom: Matthew Condell (mcondell@alum.mit.edu)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= g-wrap
|
|
PORTVERSION= 1.3.4
|
|
PORTREVISION= 7
|
|
CATEGORIES= devel scheme
|
|
MASTER_SITES= http://www.gnucash.org/pub/g-wrap/source/ \
|
|
http://people.freebsd.org/~sobomax/
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= A tool for exporting C libraries into Scheme interpreters
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/share/guile/slibcat:${PORTSDIR}/lang/slib-guile
|
|
LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile \
|
|
guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk
|
|
RUN_DEPENDS= ${LOCALBASE}/share/guile/slibcat:${PORTSDIR}/lang/slib-guile
|
|
|
|
INFO= g-wrap
|
|
|
|
USE_AUTOTOOLS= libtool:13:inc
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gtk12
|
|
INSTALLS_SHLIB= yes
|
|
CONFIGURE_ENV+= GW_GLIB_CONFIG="${GLIB_CONFIG}"
|
|
MAKE_ENV+= GUILE_LOAD_PATH=${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|