21 lines
385 B
Makefile
21 lines
385 B
Makefile
# Created by: Pedro F. Giffuni <giffunip@asme.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mawk
|
|
DISTVERSION= 1.3.4-20161120
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://invisible-island.net/${PORTNAME}/
|
|
|
|
MAINTAINER= johans@FreeBSD.org
|
|
COMMENT= Interpreter for the AWK Programming Language
|
|
|
|
LICENSE= GPLv2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= tar:tgz
|
|
|
|
PLIST_FILES= bin/mawk \
|
|
man/man1/mawk.1.gz
|
|
|
|
.include <bsd.port.mk>
|