aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: 8d96b80beb164e55700fb61531dfccb3c3a590dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/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
.8&id=c1f8e3d9496b5025bdb21dd6d648ecb0a9699a6c'>root/japanese/font-shinonome
Commit message (Expand)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-011-1/+1
* Mark NO_ARCH.hrs2015-09-261-1/+2
* Fix fonts.dir by using fonts:fc and style consistency.hrs2015-09-141-1/+1
* Fix fonts.alias. It was totally broken since r381876.hrs2015-09-132-5/+8
* Make fonts repecting XDGbapt2015-03-223-169/+72
* Remove code unused with stagingantoine2014-11-231-4/+0
* Cleanup plistantoine2014-11-121-4/+0
* Fix pkg-plist.hrs2014-05-252-0/+2
* s/USE_BZIP2=yes/USES=tar:bzip2/hrs2014-05-251-5/+5
* Fix properties on pkg-plistbapt2014-01-221-1/+0
* - Add STAGEDIR support.hrs2013-10-161-11/+17
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Fix a warning "Having multiple values in <test> isn't supported and mayhrs2013-09-051-6/+6
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
* Fix PREFIX/LOCALBASE confusion.hrs2010-10-011-2/+2
* - Add missing dependency.hrs2009-05-312-5/+8
* Ports for Japanese fonts have been reorganized in the following way:hrs2009-05-314-162/+273
* - Update to 0.9.11p1miwi2008-03-303-25/+23
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* - Add SHA256pav2005-11-251-0/+1
* replace time-consuming grep -v with awk.sf2004-11-101-1/+5
* Update to 0.9.11yoichi2004-10-202-6/+5
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,anholt2004-07-241-5/+3
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1