Skip to content

Commit

Permalink
new withoutgnome variant
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@7549 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Ole Guldberg Jensen committed Jun 18, 2004
1 parent 8a2efab commit fd6b013
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion gnome/genius/Portfile
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,8 @@
# $Id: Portfile,v 1.3 2004/06/16 12:49:51 olegb Exp $ # $Id: Portfile,v 1.4 2004/06/18 05:46:35 olegb Exp $
PortSystem 1.0 PortSystem 1.0
name genius name genius
version 0.6.1 version 0.6.1
revision 1
description Genius is a calculator program. description Genius is a calculator program.
long_description Genius is a calculator program similiar in some aspects to \ long_description Genius is a calculator program similiar in some aspects to \
BC, Matlab or Maple. GEL is the name of its extention language \ BC, Matlab or Maple. GEL is the name of its extention language \
Expand All @@ -21,3 +22,10 @@ depends_lib lib:libgtksourceview-1:gtksourceview \
configure.args --enable-gnome --enable-gtksourceview configure.args --enable-gnome --enable-gtksourceview
configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \ configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"

variant withoutgnome {
configure.args-delete --enable-gnome --enable-gtksourceview
depends_lib-delete lib:libgtksourceview-1:gtksourceview

configure.args-append --disable-gnome --disable-gtksourceview
}

0 comments on commit fd6b013

Please sign in to comment.