#!/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.9 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 CVS" exit 1 } USE_GNOME2_MACROS=1 . gnome-autogen.sh ref='https://phantom.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Tree-Simple-View
Commit message (Expand)AuthorAgeFilesLines
* Support STAGEDIR.vanilla2013-10-312-7/+5
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Add WWWsunpoet2013-08-301-1/+0
* - Convert to new perl frameworkmat2013-08-031-1/+2
* For perl@ owned ports:eadler2013-03-291-6/+2
* - Remove SITE_PERL from *_DEPENDSculot2012-06-071-4/+4
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1
* The vast majority of pkg-descr files had the following format when theydougb2011-10-241-1/+1
* - remove maintainer tags from pkg-descreadler2011-10-231-4/+0
* - Cleaning MD5 in perl@'s ports.jadawin2011-05-171-1/+0
* - Remove unneeded dependencies which is in perl-5.8.9 distkuriyama2010-01-281-1/+1
* - Update to 0.17miwi2008-04-292-5/+5
* Reset aaron's port maintainerships due to many maintainer-timeouts.linimon2008-04-291-1/+1
* - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_C...araujo2008-04-171-2/+1
* Update to 0.16erwin2008-02-242-8/+7