mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
c7ff428384
PR: ports/131291 Submitted by: me Approved by: Peter Schuller <peter.schuller at infidyne.com> (maintainer)
36 lines
922 B
Makefile
36 lines
922 B
Makefile
# New ports collection makefile for: asciidoc
|
|
# Date created: 9 Feb 2006
|
|
# Whom: anholt@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= asciidoc
|
|
PORTVERSION= 8.3.5
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.methods.co.nz/asciidoc/ \
|
|
SF
|
|
|
|
MAINTAINER= peter.schuller@infidyne.com
|
|
COMMENT= A text document format for writing short documents and man pages
|
|
|
|
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
|
|
|
|
USE_PYTHON= 2.4+
|
|
USE_GMAKE= yes
|
|
MAKE_ENV= INSTALL="${INSTALL}" INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
|
|
INSTALL_SCRIPT="${INSTALL_SCRIPT}" INSTALL_DATA="${INSTALL_DATA}"
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN1= a2x.1 asciidoc.1
|
|
|
|
# a future improvement to this port is to also install the vim syntax
|
|
# highlighing mode which is currently disabled by being patched away in
|
|
# Makefile.in
|
|
|
|
pre-patch:
|
|
@${REINPLACE_CMD} -e "s|/bin/bash|${LOCALBASE}/bin/bash|g" \
|
|
${WRKSRC}/a2x ${WRKSRC}/asciidoc.py
|
|
|
|
.include <bsd.port.mk>
|