freebsd-ports/devel/gaa/Makefile
Bill Fumerola ecb59a7bd8 GAA simplifies the life of the programmer: you don't have to
worry about the arguments given to it! A short text written in GAA
language generates C-code which analyses the arguments and creates your
program's help.

http://gaa.netpedia.net/

PR:		ports/9881
Submitted By:	Dima Sivachenko <dima@Chg.RU>
1999-02-10 15:47:57 +00:00

21 lines
359 B
Makefile

# New ports collection makefile for: gaa
# Version required: 1.5
# Date created: 2 February 1999
# Whom: Dima Sivachenko <dima@chg.ru>
#
# $Id: $
#
DISTNAME= gaa-1.5
CATEGORIES= devel
MASTER_SITES= http://gaa.netpedia.net/
EXTRACT_SUFX= .tgz
MAINTAINER= dima@chg.ru
GNU_CONFIGURE= yes
post-install:
@ ${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>