2514bdf28c
I am now at FreeBSD dot org Approved by: sobomax
22 lines
372 B
Makefile
22 lines
372 B
Makefile
# New ports collection makefile for: gaa
|
|
# Date created: 2 February 1999
|
|
# Whom: Dima Sivachenko <dima@chg.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gaa
|
|
PORTVERSION= 1.5
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-install:
|
|
@ ${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|