As an example, here's the entire capybara makefile for xbill, a popular video game. Since
the author of xbill has made it easy to compile with the standard
./configure; make; make install
, our makefile is very
simple. When there are extra steps required for compilation, our
makefiles become corresopndingly more complicated.
URL = http://www.xbill.org/download VERSION = 2.1 HOMEPAGE = http://www.xbill.org/ DESCRIPTION = "A Bill-squashing game." include capybara/autoconf