pkgsrc/textproc/discount/Makefile
wiz 2e57806670 Import discount-2.1.6 as textproc/discount, packaged for wip
by zecrazytux and fhajny.

Markdown is a text-to-HTML conversion tool for web writers. Markdown
allows you to write using an easy-to-read, easy-to-write plain text
format, then convert it to structurally valid XHTML (or HTML).

The overriding design goal for Markdown's formatting syntax is to make
it as readable as possible. The idea is that a Markdown-formatted
document should be publishable as-is, as plain text, without looking
like it's been marked up with tags or formatting instructions. While
Markdown's syntax has been influenced by several existing text-to-HTML
filters, the single biggest source of inspiration for Markdown's
syntax is the format of plain text email.

Original Markdown implementation is written in Perl. Discount provides a
Markdown CLI tool and a library, written in C.
2013-04-04 09:40:22 +00:00

25 lines
697 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/04/04 09:40:23 wiz Exp $
#
DISTNAME= discount-2.1.6
CATEGORIES= textproc
MASTER_SITES= http://www.pell.portland.or.us/~orc/Code/discount/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= zecrazytux@zecrazytux.net
HOMEPAGE= http://www.pell.portland.or.us/~orc/Code/discount/
COMMENT= Markdown C implementation
LICENSE= modified-bsd
HAS_CONFIGURE= YES
CONFIGURE_SCRIPT= ./configure.sh
CONFIGURE_ARGS= --prefix=${PREFIX}
CONFIGURE_ARGS+= --execdir=${PREFIX}/bin
CONFIGURE_ARGS+= --libdir=${PREFIX}/lib
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
CONFIGURE_ARGS+= --enable-all-features
INSTALL_TARGET= install.everything
TEST_TARGET= test
.include "../../mk/bsd.pkg.mk"