freebsd-ports/lang/clips/Makefile
Ying-Chieh Liao 14cc25d894 add clips
CLIPS is a productive development and delivery expert system tool

PR:		28821
Submitted by:	Douglas Anestad <yotta@dougdidit.com>
2001-08-17 17:08:35 +00:00

22 lines
462 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= yotta@dougdidit.com
USE_AUTOCONF= yes
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}
USE_GMAKE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>