Files
ports/games/wtf/Makefile
T
sthen 1b13452762 reset bcallah maintainer lines, quite a lot of timeouts which make it
tricky for others to work on the ports tree, this will also bring more
visible to portroach of those which are outdated
2026-02-11 15:12:24 +00:00

29 lines
619 B
Makefile

COMMENT = translate common internet acronyms
DISTNAME = wtf-20230906
CATEGORIES = games
REVISION = 0
HOMEPAGE = https://sourceforge.net/projects/bsdwtf/
# Public Domain
PERMIT_PACKAGE = Yes
SITES = ${SITE_SOURCEFORGE:=bsdwtf/}
NO_BUILD = Yes
NO_TEST = Yes
PKG_ARCH = *
do-configure:
@perl -pi -e "s#/usr#${PREFIX}#" ${WRKSRC}/wtf{,.6}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/wtf ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/wtf.6 ${PREFIX}/man/man6
${INSTALL_DATA} ${WRKSRC}/acronyms{,.comp} ${PREFIX}/share/misc
${INSTALL_DATA} ${WRKSRC}/acronyms-o.real ${PREFIX}/share/misc/acronyms-o
.include <bsd.port.mk>