freebsd-ports/lang/clips/Makefile
Mark Linimon 22790f332e Changed maintainer email address; the old one points to the new
one as a replacement.  Noticed by: Oliver Eikemeier.
2003-10-29 20:18:06 +00:00

23 lines
534 B
Makefile

# New ports collection makefile for: clips
# Date created: 8 July 2001
# Whom: Douglas Anestad <yotta@dougdidit.com>
#
# $FreeBSD$
#
PORTNAME= clips
PORTVERSION= 6.1
CATEGORIES= lang
MASTER_SITES= http://www.ghgcorp.com/clips/download/other/
DISTNAME= clips6
EXTRACT_SUFX= .tgz
MAINTAINER= ports@dougdidit.com
COMMENT= CLIPS is a productive development and delivery expert system tool
USE_AUTOCONF= yes
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}
USE_GMAKE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>