#!/bin/sh # Run this to generate all the initial makefiles, etc. #!/bin/sh # Run this to generate all the initial makefiles, etc. srcdir=`dirname $0` test -z "$srcdir" && srcdir=. PKG_NAME="Evolution" REQUIRED_AUTOMAKE_VERSION=1.6 (test -f $srcdir/configure.in \ && 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 link rel='vcs-git' href='https://phantom.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/net/openh323
Commit message (Expand)AuthorAgeFilesLines
* - Enable RFC2190 codec support using ffmpeg, knob WITH_FFMPEGpav2006-05-073-5/+34
* - Check for LOCALBASE, not for PREFIX. This fixes dependent portfjoe2006-04-282-10/+13
* Update to 1.18.0.netchild2006-04-063-7/+6
* - Fix openh323u.mak to ports can use.mnag2006-03-142-12/+39
* Fix the amd64 build (and perhaps other arches which need -fPIC).netchild2006-03-061-2/+8
* - chase the pwlib library renamenetchild2006-02-153-8/+18
* This is an initial port of newer versions of:netchild2006-02-0515-234/+132
* Add autoconf 2.53 dependency, needed to run :configure targetkris2006-02-041-1/+1
* Chase shlib bump of libexpat.kuriyama2006-01-311-1/+2
* - Add SHA256pav2005-11-261-0/+1
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
* - Update to 1.12.2pav2005-06-118-93/+71
* - Add a bison %pure-parser declaration in pwlib. The build waslawrance2005-05-161-1/+1
* Fix breakage in the presence of ffmpegvs2005-03-085-4/+63
* - Try harder when determining WRKSRC of pwlib build-time dependency:sergei2005-02-211-5/+4
* With portmgr hat on, reset Roger's maintainership of these ports. Whilelinimon2004-12-051-1/+1
* Unbreak with gcc 3.4.sobomax2004-08-291-0/+10
* Fix CAN-2004-0097 vulnerability in devel/pwlib, remove FORBIDDEN and bumpsobomax2004-06-081-3/+1
* Fix build-issue when ffmpeg is installed.vs2004-05-26