#!/bin/sh # Run this to generate all the initial makefiles, etc. srcdir=`dirname $0` test -z "$srcdir" && srcdir=. PKG_NAME="Evolution" REQUIRED_AUTOCONF_VERSION=2.58 REQUIRED_AUTOMAKE_VERSION=1.10 REQUIRED_LIBTOOL_VERSION=2.2 REQUIRED_INTLTOOL_VERSION=0.35.5 (test -f $srcdir/configure.ac \ && test -f $srcdir/ChangeLog \ && test -d $srcdir/shell) || { echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" echo " top-level $PKG_NAME directory" exit 1 } which gnome-autogen.sh || { echo "You need to install gnome-common from the GNOME git" exit 1 } USE_GNOME2_MACROS=1 . gnome-autogen.sh /phantom.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/wmii
Commit message (Expand)AuthorAgeFilesLines
* Using gmake does not fix build with bmake at all, revertingbapt2013-05-051-1/+0
* Fix build with bmakebapt2013-05-041-0/+1
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-281-1/+1
* - Trim the headers per new rulesdanfe2012-12-171-15/+12
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
* Adjust CONFLICTS after update of `x11-wm/wmii-devel'.danfe2010-02-251-1/+1
* Fix the build on amd64 and sparc64 (at least). I can think of littledanfe2010-02-251-8/+7
* Mark as broken on amd64 and sparc64: fails to compile.linimon2009-09-201-1/+7
* Fix a potential crash. I was able to trigger it only with non-UTF8 builddanfe2009-09-111-0/+13
* Try to further improve user experience with WMII:danfe2009-09-113-10/+133
* - Allow to build with hidden layout boxes, lots of people should appreciatedanfe2009-09-111-2/+9
* - Register CONFLICTS with readded `x11/wmii-devel' portdanfe2009-09-081-2/+4
* Update description.danfe2009-09-081-4/+6
* Update WWW.danfe2009-06-291-1/+1