freebsd-ports/textproc/rotix/Makefile
Edwin Groothuis 5b96d0a956 PERL -> REINPLACE
and russian/mod_ssl has USE_PERL5=yes

Notices on: bento
2002-11-04 03:05:48 +00:00

30 lines
638 B
Makefile

# ex:ts=8
# New ports collection makefile for: rotix
# Date created: Dec 8, 2001
# Whom: lintux@debian.org
#
# $FreeBSD$
#
PORTNAME= rotix
PORTVERSION= 0.82
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://elektron.its.tudelft.nl/~hemmin98/rotix_releases/${DISTNAME}/
MAINTAINER= lintux@debian.org
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
USE_GMAKE= yes
HAS_CONFIGURE= yes
USE_REINPLACE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${PREFIX}/man --i18n=1
MAN1= rotix.1
post-patch:
@${REINPLACE_CMD} -e 's,%%CFLAGS%%,${CFLAGS},; s,%%LOCALBASE%%,${LOCALBASE},;' \
${WRKSRC}/Makefile
.include <bsd.port.mk>