summaryrefslogtreecommitdiff
path: root/textproc/rotix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/rotix/Makefile')
-rw-r--r--textproc/rotix/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/textproc/rotix/Makefile b/textproc/rotix/Makefile
index d4b036962a78..d5b74de39132 100644
--- a/textproc/rotix/Makefile
+++ b/textproc/rotix/Makefile
@@ -7,23 +7,22 @@
#
PORTNAME= rotix
-PORTVERSION= 0.8
+PORTVERSION= 0.82
CATEGORIES= textproc
-MASTER_SITES= http://elektron.its.tudelft.nl/~hemmin98/
+MASTER_SITES= http://elektron.its.tudelft.nl/~hemmin98/rotix_releases/
MAINTAINER= lintux@debian.org
LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext-old
USE_GMAKE= yes
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${PREFIX}/man --i18n=1
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
+ @${PERL} -pi -e 's,%%CFLAGS%%,${CFLAGS},; s,%%LOCALBASE%%,${LOCALBASE},;' \
+ ${WRKSRC}/Makefile
.include <bsd.port.mk>