diff options
Diffstat (limited to 'homebrew/podofo/.make.sh-auto')
-rw-r--r-- | homebrew/podofo/.make.sh-auto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/podofo/.make.sh-auto b/homebrew/podofo/.make.sh-auto new file mode 100644 index 000000000..e7721496c --- /dev/null +++ b/homebrew/podofo/.make.sh-auto @@ -0,0 +1,5 @@ +pkg:setup +args = std_cmake_args + %W[-DCMAKE_DISABLE_FIND_PACKAGE_CppUnit=ON -DCMAKE_DISABLE_FIND_PACKAGE_LUA=ON -DPODOFO_BUILD_SHARED:BOOL=ON -DFREETYPE_INCLUDE_DIR_FT2BUILD=#{Formula["freetype"].opt_include}/freetype2 -DFREETYPE_INCLUDE_DIR_FTHEADER=#{Formula["freetype"].opt_include}/freetype2/config/ ] +mkdir "build" && cd build +cmake .. *args +make DESTDIR=${PKG_DEST} install |