1name = "pkgconf"; 2version = "0.9.3"; 3origin = "devel/pkgconf"; 4comment = "Utility to help to configure compiler and linker flags"; 5arch = "freebsd:9:x86:64"; 6maintainer = "bapt@FreeBSD.org"; 7prefix = "/usr/local"; 8licenselogic = "single"; 9licenses [ 10 "BSD", 11] 12flatsize = 60523; 13desc = "pkgconf is a program which helps to configure compiler and linker flags for\ndevelopment frameworks. It is similar to pkg-config, but was written from\nscratch in Summer of 2011 to replace pkg-config, which now needs itself to build\nitself.\n\nWWW: https://github.com/pkgconf/pkgconf"; 14categories [ 15 "devel", 16] 17files { 18 /usr/local/bin/pkg-config = "-"; 19 /usr/local/bin/pkgconf = "4a0fc53e5ad64e8085da2e61652d61c50b192a086421d865703f1de9f724da38"; 20 /usr/local/share/aclocal/pkg.m4 = "cffab33d659adfe36497ec57665eec36fa6fb7b007e578e6ac2434cc28be8820"; 21 /usr/local/share/licenses/pkgconf-0.9.3/bsd = "85e7a53b5e2d3e350e2d084fed2f94b7f63005f8e1168740e1e84aa9fa5d48ce"; 22 /usr/local/share/licenses/pkgconf-0.9.3/license = "d9cce0db43502eb1bd8fbef7e960cfaa43b5647186f7f7379923b336209fd77b"; 23 /usr/local/share/licenses/pkgconf-0.9.3/catalog.mk = "e7b131acce7c3d3c61f2214607b11b34526e03b05afe89a608f50586a898e2ef"; 24} 25directories { 26 /usr/local/share/licenses/pkgconf-0.9.3/ = false; 27 /usr/local/share/licenses/ = true; 28} 29scripts { 30 post-install = "cd /usr/local\nn"; 31 pre-deinstall = "cd /usr/local\nn"; 32 post-deinstall = "cd /usr/local\nn"; 33} 34multiline-key = "test\ntest\ntest\\n\n/* comment like */\n# Some invalid endings\n EOD\nEOD \nEOF\n# Valid ending + empty string\n"; 35normal-key = "<<EODnot"; 36 37