#!/bin/sh # Run this to generate all the initial makefiles, etc. srcdir=`dirname $0` test -z "$srcdir" && srcdir=. PKG_NAME="Empathy" REQUIRED_AUTOMAKE_VERSION=1.9 (test -f $srcdir/configure.ac) || { echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" echo " top-level gnome directory" exit 1 } # Fix to make shave + libtool 1.x + gtk-doc work. # See http://git.lespiau.name/cgit/shave/tree/README#n83 sed -e 's#) --mode=compile#) --tag=CC --mode=compile#' gtk-doc.make \ > gtk-doc.temp \ && mv gtk-doc.temp gtk-doc.make sed -e 's#) --mode=link#) --tag=CC --mode=link#' gtk-doc.make \ > gtk-doc.temp \ && mv gtk-doc.temp gtk-doc.make which gnome-autogen.sh || { echo "You need to install gnome-common from the GNOME CVS" exit 1 } USE_GNOME2_MACROS=1 USE_COMMON_DOC_BUILD=yes . gnome-autogen.sh ='2'>cgit logo index : freebsd-ports
FreeBSD Ports (https://github.com/freebsd/freebsd-ports)
aboutsummaryrefslogtreecommitdiffstats
path: root/games/tomatoes/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add WWW entries to port MakefilesStefan Eßer2022-09-081-0/+1
* games: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
* graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-231-1/+1
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
* - Fix fetchDmitry Marakasov2020-05-051-5/+1
* Deprecate ports broken for more than 6 monthsAntoine Brodin2020-04-051-0/+2
* Mark a few ports BROKEN, unfetchableAntoine Brodin2019-11-061-0/+2
* Add USES=xorg USES=gl, ports categories gNiclas Zeising2019-11-061-1/+1
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-0/+1
* - Switch to upstream versioning scheme (this is not really an update)Dmitry Marakasov2016-10-011-17/+26
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-091-1/+1
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-111-1/+1