Use USE_LIBTOOL.

Reminded by:	marcus
This commit is contained in:
Adam Weinberger 2003-12-28 05:18:45 +00:00
parent 4636749418
commit 9e13a9dadc
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19315

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/example-Makefile.sgml,v 1.1 2003/12/28 03:06:00 adamw Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/example-Makefile.sgml,v 1.2 2003/12/28 04:35:43 adamw Exp $">
<!ENTITY title "FreeBSD GNOME Project: Example GNOME Makefile">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -16,7 +16,7 @@
# Date created: 27 December 2003
# Whom: Some GNOME User &lt;&email;@FreeBSD.org&gt;
#
# $FreeBSD: www/en/gnome/docs/example-Makefile.sgml,v 1.1 2003/12/28 03:06:00 adamw Exp $
# $FreeBSD: www/en/gnome/docs/example-Makefile.sgml,v 1.2 2003/12/28 04:35:43 adamw Exp $
#
# For this example, assume there was already a gnomeapp in the tree, and that this
@ -33,7 +33,7 @@ COMMENT= A GNOME app that does some stuff
USE_BZIP2= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes # most GNOME apps need GNU configure
USE_LIBTOOL= yes # many GNOME apps need libtool, and most need GNU configure
USE_GMAKE= yes # same with GNU make
# This is for i18n:
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \