29 lines
570 B
Makefile
29 lines
570 B
Makefile
# $OpenBSD: Makefile,v 1.12 2016/03/11 19:59:17 naddy Exp $
|
|
|
|
COMMENT = fast C implementation of Markdown
|
|
|
|
DISTNAME = discount-2.1.8a
|
|
REVISION = 0
|
|
|
|
CATEGORIES = textproc
|
|
|
|
HOMEPAGE = http://www.pell.portland.or.us/~orc/Code/markdown/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += c
|
|
|
|
MASTER_SITES = http://www.pell.portland.or.us/~orc/Code/discount/
|
|
EXTRACT_SUFX = .tar.bz2
|
|
|
|
CONFIGURE_STYLE = simple
|
|
CONFIGURE_SCRIPT = configure.sh
|
|
|
|
INSTALL_TARGET = install.everything
|
|
|
|
pre-configure:
|
|
@sed -i 's,\./markdown,\./discount,' ${WRKSRC}/tests/*
|
|
|
|
.include <bsd.port.mk>
|