mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
1b13452762
tricky for others to work on the ports tree, this will also bring more visible to portroach of those which are outdated
29 lines
619 B
Makefile
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>
|