1997-08-13 18:32:49 +00:00
|
|
|
# New ports collection makefile for: majorcool
|
1998-02-20 05:32:02 +00:00
|
|
|
# Version required: 1.2.0
|
1997-08-13 18:32:49 +00:00
|
|
|
# Date created: Wed Aug 13 18:34:14 CEST 1997
|
|
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
|
|
#
|
1998-12-01 21:36:27 +00:00
|
|
|
# $Id: Makefile,v 1.6 1998/08/31 21:33:29 andreas Exp $
|
1997-08-13 18:32:49 +00:00
|
|
|
#
|
|
|
|
|
1998-08-31 21:33:29 +00:00
|
|
|
DISTNAME= majorcool-1.30
|
|
|
|
PKGNAME= majorcool-1.3.0
|
1997-08-13 18:32:49 +00:00
|
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= http://ncrinfo.ncr.com/pub/contrib/unix/MajorCool/
|
|
|
|
|
|
|
|
MAINTAINER= andreas@FreeBSD.ORG
|
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
NO_PACKAGE= "Too many questions"
|
1998-12-01 21:36:27 +00:00
|
|
|
IS_INTERACTIVE= yes
|
1997-10-13 20:55:31 +00:00
|
|
|
USE_PERL5= yes
|
1997-08-13 18:56:49 +00:00
|
|
|
WRKSRC= ${WRKDIR}
|
1997-08-13 18:32:49 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
( cd ${WRKSRC}; ${SH} Configure )
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|