1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/lang/awka/Makefile

28 lines
472 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: awka
# Date created: May 31, 2001
# Whom: ijliao
#
# $FreeBSD$
PORTNAME= awka
2002-05-06 09:57:23 +00:00
PORTVERSION= 0.7.5
CATEGORIES= lang
MASTER_SITES= http://awka.sourceforge.net/
2002-05-06 09:57:23 +00:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 19:00:52 +00:00
COMMENT= Converts the AWK script to C, then compiles it
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MANCOMPRESSED= no
MAN1= awka.1
MAN5= awka-elm.5 awka-elmref.5
post-install:
2002-05-06 09:57:23 +00:00
@${STRIP_CMD} ${PREFIX}/bin/awka
.include <bsd.port.mk>