mirror of
https://github.com/openbsd/ports.git
synced 2026-06-19 07:54:00 +02:00
30 lines
602 B
Makefile
30 lines
602 B
Makefile
COMMENT= fast POSIX-compliant awk
|
|
|
|
DATE = 20260302
|
|
DISTNAME= mawk-1.3.4-${DATE}
|
|
PKGNAME= mawk-1.3.4.${DATE}
|
|
|
|
CATEGORIES= lang
|
|
|
|
HOMEPAGE= https://invisible-island.net/mawk/
|
|
|
|
MAINTAINER= Jeremie Courreges-Anglas <jca@wxcvbn.org>
|
|
|
|
# GPLv2 only
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c m
|
|
|
|
SITES= https://invisible-mirror.net/archives/mawk/ \
|
|
ftp://ftp.invisible-island.net/mawk/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
DEBUG_PACKAGES= ${BUILD_PACKAGES}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
# Our default random initialization is stronger than
|
|
# what mawk does (seeds with Unix epoch).
|
|
CONFIGURE_ARGS= --disable-init-srand
|
|
|
|
.include <bsd.port.mk>
|