forked from Lainports/freebsd-ports
20 lines
421 B
Makefile
20 lines
421 B
Makefile
PORTNAME= mawk
|
|
DISTVERSION= 1.3.4-20240123
|
|
CATEGORIES= lang
|
|
MASTER_SITES= https://invisible-island.net/archives/mawk/
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Interpreter for the AWK Programming Language
|
|
WWW= https://invisible-island.net/mawk/
|
|
|
|
LICENSE= GPLv2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= tar:tgz
|
|
|
|
PLIST_FILES= bin/mawk \
|
|
man/man1/mawk.1.gz \
|
|
man/man7/mawk-arrays.7.gz \
|
|
man/man7/mawk-code.7.gz
|
|
|
|
.include <bsd.port.mk>
|