openbsd-ports/textproc/txt2man/Makefile
czarkoff b9747a215f fix bookman and src2man scripts
Thanks to jca@ for spotting the issues.

OK jca@, sthen@
2015-03-25 11:11:37 +00:00

24 lines
476 B
Makefile

# $OpenBSD: Makefile,v 1.2 2015/03/25 11:11:37 czarkoff Exp $
COMMENT = convert ASCII text to man page
DISTNAME = txt2man-1.5.6
REVISION = 0
CATEGORIES = textproc
HOMEPAGE = http://mvertes.free.fr/
MAINTAINER = Dmitrij D. Czarkoff <czarkoff@gmail.com>
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ${HOMEPAGE:=download/}
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = archivers/bzip2 \
lang/gawk \
textproc/groff
NO_TEST = Yes
.include <bsd.port.mk>