1997-08-13 20:32:49 +02:00
|
|
|
# New ports collection makefile for: majorcool
|
1997-08-13 20:56:49 +02:00
|
|
|
# Version required: 1.1.0
|
1997-08-13 20:32:49 +02:00
|
|
|
# Date created: Wed Aug 13 18:34:14 CEST 1997
|
|
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
|
|
#
|
1997-11-30 14:16:22 +01:00
|
|
|
# $Id: Makefile,v 1.3 1997/10/13 20:55:31 andreas Exp $
|
1997-08-13 20:32:49 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= majorcool
|
1997-11-30 14:16:22 +01:00
|
|
|
PKGNAME= majorcool-1.1.2
|
1997-08-13 20:32:49 +02: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"
|
1997-10-13 22:55:31 +02:00
|
|
|
USE_PERL5= yes
|
1997-08-13 20:56:49 +02:00
|
|
|
WRKSRC= ${WRKDIR}
|
1997-08-13 20:32:49 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
( cd ${WRKSRC}; ${SH} Configure )
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|