mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
f935a609c5
supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
33 lines
711 B
Makefile
33 lines
711 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= 3
|
|
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>
|