mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
22 lines
359 B
Makefile
22 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>
|