freebsd-ports/textproc/asciidoc/Makefile
Wen Heping fdf7f6650d - Update to 8.5.2
- Shell script was converted to python upstream -> patching of a2x no longer needed
- Removed file files/patch-a2x

PR:		ports/142081
Submitted by:	Peter Schuller <peter.schuller@infidyne.com> (maintainer)
2009-12-28 03:00:05 +00:00

32 lines
849 B
Makefile

# New ports collection makefile for: asciidoc
# Date created: 9 Feb 2006
# Whom: anholt@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= asciidoc
PORTVERSION= 8.5.2
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 \
getopt>=0:${PORTSDIR}/misc/getopt
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
.include <bsd.port.mk>