aboutsummaryrefslogtreecommitdiffstats
path: root/lang/awka/Makefile
blob: f065a9d068f18c2ae9398d100385db8801cbec52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# ex:ts=8
# New ports collection makefile for:    awka
# Date created:         May 31, 2001
# Whom:             ijliao
#
# $FreeBSD$

PORTNAME=   awka
PORTVERSION=    0.7.5
CATEGORIES= lang
MASTER_SITES=   http://awka.sourceforge.net/

MAINTAINER= ports@FreeBSD.org
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:
    @${STRIP_CMD} ${PREFIX}/bin/awka

.include <bsd.port.mk>