diff --git a/app-text/discount/discount-2.1.3.bep b/app-text/discount/discount-2.1.3.bep new file mode 100644 index 000000000..0dbba6cc7 --- /dev/null +++ b/app-text/discount/discount-2.1.3.bep @@ -0,0 +1,21 @@ +DESCRIPTION="An implementation of John Gruber's Markdown text to html language written in C" +HOMEPAGE="http://www.pell.portland.or.us/~orc/Code/discount/" +SRC_URI="http://www.pell.portland.or.us/~orc/Code/discount/discount-2.1.3.tar.bz2" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +CHECKSUM_MD5="a1a4eade44f8141e38f2be7f2ed56c98" +BUILD { + cd discount-2.1.3 + ./configure.sh --prefix=$(finddir B_COMMON_DIRECTORY) \ + --mandir=$(finddir B_COMMON_DOCUMENTATION_DIRECTORY)/man \ + --enable-all-features + make +} + +INSTALL { + cd discount-2.1.3 + make install.everything +} +LICENSE="BSD (4-clause)" +COPYRIGHT="2007-2012 David Loren Parsons"