aboutsummaryrefslogtreecommitdiff
path: root/textproc/rotix/Makefile
blob: d25df33e743ce2b1e0e6a9a7c0779ea749066e4b (plain) (blame)
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
# ex:ts=8
# New ports collection makefile for:	rotix
# Date created:			Dec 8, 2001
# Whom:				lintux@debian.org
#
# $FreeBSD$
#

PORTNAME=	rotix
PORTVERSION=	0.8
CATEGORIES=	textproc
MASTER_SITES=	http://elektron.its.tudelft.nl/~hemmin98/

MAINTAINER=	lintux@debian.org

LIB_DEPENDS=	intl:${PORTSDIR}/devel/gettext

USE_GMAKE=	yes

MAN1=		rotix.1

post-patch:
	@${PERL} -pi -e "s,%%CFLAGS%%,${CFLAGS},g ; \
		s,%%LOCALBASE%%,${LOCALBASE},g ; \
		s,%%INSTALL_PROGRAM%%,${INSTALL_PROGRAM},g ; \
		s,%%INSTALL_MAN%%,${INSTALL_MAN},g ; \
		s,%%INSTALL_DATA%%,${INSTALL_DATA},g" ${WRKSRC}/Makefile

.include <bsd.port.mk>