#!/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" (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 ink rel='vcs-git' href='https://www.lant.com.tw/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/comms/gsmlib
Commit message (Expand)AuthorAgeFilesLines
* When linking a library libA with a library libB using libtool, if libB.latijl2014-04-231-2/+2
* USES=libtoolbapt2014-04-222-12/+8
* Remove trailing whitespaces from category commsehaupt2014-02-211-1/+1
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-101-0/+2
* Support STAGEDIR.vanilla2013-11-182-5/+6
* - Perform general cleanup:eadler2013-10-301-2/+2
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-21