Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
bibtex2html 1.97
Browse files Browse the repository at this point in the history
Closes #15336.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
sacsar authored and adamv committed Oct 8, 2012
1 parent 7e7494a commit 9892a6b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Library/Formula/bibtex2html.rb
@@ -1,19 +1,20 @@
require 'formula' require 'formula'


class Bibtex2html < Formula class Bibtex2html < Formula
url 'http://www.lri.fr/~filliatr/ftp/bibtex2html/bibtex2html-1.94.tar.gz'
homepage 'http://www.lri.fr/~filliatr/bibtex2html/' homepage 'http://www.lri.fr/~filliatr/bibtex2html/'
sha1 '710ecf4e20f8dffabb0684222d7de3cf502cb691' url 'http://www.lri.fr/~filliatr/ftp/bibtex2html/bibtex2html-1.97.tar.gz'
sha1 '970cb972eb88ff4cd01f247c0d8a6b821473f243'


depends_on 'objective-caml' depends_on 'objective-caml'
depends_on 'hevea'


def install def install
# See: https://trac.macports.org/ticket/26724 # See: https://trac.macports.org/ticket/26724
inreplace 'Makefile.in' do |s| inreplace 'Makefile.in' do |s|
s.remove_make_var! 'STRLIB' s.remove_make_var! 'STRLIB'
end end


system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" system "./configure", "--prefix=#{prefix}"
system "make" system "make"
system "make install" system "make install"
end end
Expand Down

0 comments on commit 9892a6b

Please sign in to comment.