summaryrefslogtreecommitdiff
path: root/textproc/unroff/Makefile
blob: 0ac898d0380dabe9c0e87156b45a99abc36e63a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# $NetBSD: Makefile,v 1.20 2004/09/08 13:38:50 markd Exp $
# FreeBSD Id: Makefile,v 1.6 1997/04/27 00:11:48 asami Exp
#

DISTNAME=		unroff-1.0
PKGNAME=		unroff-1.0.2
CATEGORIES=		textproc
MASTER_SITES=		${UNROFF_SITE}/dist/ \
			${UNROFF_SITE}/contrib/

PATCHFILES=		${PATCH1} ${PATCH2}
PATCH_DIST_STRIP=	-p1

MAINTAINER=		tech-pkg@NetBSD.org
HOMEPAGE=		http://www-rn.informatik.uni-bremen.de/software/unroff/
COMMENT=		Programmable troff translator with backend for HTML

DEPENDS=		elk>=3.0.2:../../lang/elk

DIST_SUBDIR=		unroff

UNROFF_SITE=		http://www-rn.informatik.uni-bremen.de/software/unroff
PATCH1=			me-misc-patch
PATCH2=			misc-patch-2

post-patch:
	@(cd ${WRKSRC} && ${FIND} . -name '*.orig' -print | ${XARGS} ${RM} -f)
	@(cd ${WRKSRC} && ${FIND} . -name '*.orig_dist' -print | ${XARGS} ${RM} -f)

.include "../../mk/bsd.pkg.mk"