aboutsummaryrefslogtreecommitdiffstats
path: root/lang/clips/Makefile
blob: a91d6e1e2605ff81580d699aeb3105dbe379688b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:   clips
# Date created:        8 July 2001
# Whom:                Douglas Anestad <yotta@dougdidit.com>
#
# $FreeBSD$
#

PORTNAME=   clips
PORTVERSION=    6.1
PORTREVISION=   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>