mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
25 lines
404 B
Makefile
25 lines
404 B
Makefile
# Created by: 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
|
|
|
|
NO_STAGE= yes
|
|
post-install:
|
|
@${STRIP_CMD} ${PREFIX}/bin/awka
|
|
|
|
.include <bsd.port.mk>
|