1# This is for a fictional package `yet another portable hatchpotch generator'.
2prefix=/usr/local/opt/site/private # define variable `prefix`
3exec_prefix=${prefix} # using variable reference
4libdir=${exec_prefix}/lib
5includedir=${prefix}/include
6just_for_test=$${this is not a part of variable reference} # escape with `$$`
7
8Name: YAPHatchPotchGen
9Description: Yet Another Portable HatchPotch GENerator.
10Version: 352.9.3
11URL: http://www9.yaphatchpotchgen.net  # Don't access.
12Requires: piyohogelib-9.0 = 9.5.3
13Requires.private: nyorolib-3.0 = 3.0.9
14Conflicts: apiyohoge <= 8.3
15Libs: -L${libdir} -lyaphatchpotchgen-352.9 # using variable reference
16Libs.private: -ll -ly
17Cflags: -I${includedir}/piyohogelib-9.0 -I${libdir}/yaphatchpotchgen/include
18
19