From df1fbfa626ccd1261007bc610dfa9a2030ae1091 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Wed, 25 Aug 2004 03:34:54 +0000 Subject: [PATCH] Update with slightly more current code examples. The way things are going right now, a sample pkg-plist might be just as informative. --- en/gnome/docs/example-Makefile.sgml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/en/gnome/docs/example-Makefile.sgml b/en/gnome/docs/example-Makefile.sgml index bef899b8e0..3d9cd4cefd 100644 --- a/en/gnome/docs/example-Makefile.sgml +++ b/en/gnome/docs/example-Makefile.sgml @@ -1,6 +1,6 @@ - + %gnomeincludes; %includes; @@ -16,7 +16,7 @@ # Date created: 27 December 2003 # Whom: Some GNOME User <&email;@FreeBSD.org> # -# $FreeBSD: www/en/gnome/docs/example-Makefile.sgml,v 1.3 2003/12/28 05:18:45 adamw Exp $ +# $FreeBSD: www/en/gnome/docs/example-Makefile.sgml,v 1.4 2004/05/22 21:46:14 pav Exp $ # # For this example, assume there was already a gnomeapp in the tree, and that this @@ -25,20 +25,20 @@ PORTNAME= gnomeapp2 PORTVERSION= &gnomever;.2 MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2//}/&gnomever; -DISTNAME= ${PORTNAME:S/2//}-${PORTVERSION} +DISTNAME= ${PORTNAME:S/2//}-${PORTVERSION} DIST_SUBDIR= gnome2 -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME app that does some stuff +MAINTAINER= gnome@FreeBSD.org +COMMENT= A GNOME app that does some stuff -USE_BZIP2= yes +USE_BZIP2= yes USE_X_PREFIX= yes -USE_LIBTOOL_VER= 13 # many GNOME apps need libtool, and most need GNU configure +USE_LIBTOOL_VER=15 # 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" \ LDFLAGS="-L${LOCALBASE}/lib" -USE_GNOME= gnomehack gnometarget lthack gtk20 +USE_GNOME= gnomehack gnometarget gtk20 # This application can dock in the GNOME panel, or it can not. # But there's no need to build support for it if the GNOME panel