2001-12-12 06:12:02 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: rotix
|
|
|
|
# Date created: Dec 8, 2001
|
|
|
|
# Whom: lintux@debian.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= rotix
|
2002-03-20 16:12:35 +00:00
|
|
|
PORTVERSION= 0.82
|
2004-02-04 04:36:30 +00:00
|
|
|
PORTREVISION= 3
|
2001-12-12 06:12:02 +00:00
|
|
|
CATEGORIES= textproc
|
2002-05-20 17:42:00 +00:00
|
|
|
MASTER_SITES= http://elektron.its.tudelft.nl/~hemmin98/rotix_releases/${DISTNAME}/
|
2001-12-12 06:12:02 +00:00
|
|
|
|
|
|
|
MAINTAINER= lintux@debian.org
|
2003-02-21 13:42:50 +00:00
|
|
|
COMMENT= A program to generate rotational obfuscations
|
2001-12-12 06:12:02 +00:00
|
|
|
|
2004-02-04 04:36:30 +00:00
|
|
|
USE_GETTEXT= yes
|
2001-12-12 06:12:02 +00:00
|
|
|
USE_GMAKE= yes
|
2002-03-20 16:12:35 +00:00
|
|
|
HAS_CONFIGURE= yes
|
2002-11-04 03:05:48 +00:00
|
|
|
USE_REINPLACE= yes
|
2002-03-20 16:12:35 +00:00
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${PREFIX}/man --i18n=1
|
2004-02-02 22:34:28 +00:00
|
|
|
CONFIGURE_ENV= EXPR_COMPAT=1
|
2001-12-12 06:12:02 +00:00
|
|
|
|
|
|
|
MAN1= rotix.1
|
|
|
|
|
2004-02-02 22:34:28 +00:00
|
|
|
PLIST_FILES= bin/rotix share/locale/nl/LC_MESSAGES/rotix.mo
|
|
|
|
|
2001-12-12 06:12:02 +00:00
|
|
|
post-patch:
|
2002-11-04 03:05:48 +00:00
|
|
|
@${REINPLACE_CMD} -e 's,%%CFLAGS%%,${CFLAGS},; s,%%LOCALBASE%%,${LOCALBASE},;' \
|
2002-03-20 16:12:35 +00:00
|
|
|
${WRKSRC}/Makefile
|
2001-12-12 06:12:02 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|