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 11:57:23 +02:00
PORTVERSION= 0.7.5
CATEGORIES= lang
MASTER_SITES= http://awka.sourceforge.net/
2002-05-06 11:57:23 +02:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01: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 11:57:23 +02:00
@${STRIP_CMD} ${PREFIX}/bin/awka
.include <bsd.port.mk>