blob: f11fcedb71b64d7cc5dc1a0d7d008bc55033f377 (
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
31
32
|
# 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= 5
CATEGORIES= textproc
MASTER_SITES= http://elektron.its.tudelft.nl/~hemmin98/rotix_releases/${DISTNAME}/
MAINTAINER= lintux@debian.org
COMMENT= A program to generate rotational obfuscations
USE_GETTEXT= yes
USE_GMAKE= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --i18n=1
CONFIGURE_ENV= EXPR_COMPAT=1
MAN1= rotix.1
PLIST_FILES= bin/rotix share/locale/nl/LC_MESSAGES/rotix.mo
post-patch:
@${REINPLACE_CMD} -e 's,%%CFLAGS%%,${CFLAGS},; s,%%LOCALBASE%%,${LOCALBASE},;' \
${WRKSRC}/Makefile
.include <bsd.port.mk>
|