1997-08-13 18:32:49 +00:00
|
|
|
# New ports collection makefile for: majorcool
|
|
|
|
# Date created: Wed Aug 13 18:34:14 CEST 1997
|
|
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
|
|
#
|
1999-08-25 06:51:17 +00:00
|
|
|
# $FreeBSD$
|
1997-08-13 18:32:49 +00:00
|
|
|
#
|
|
|
|
|
2000-04-13 20:01:08 +00:00
|
|
|
PORTNAME= majorcool
|
|
|
|
PORTVERSION= 1.3.2
|
1997-08-13 18:32:49 +00:00
|
|
|
CATEGORIES= mail
|
2000-06-29 07:03:02 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= andreas
|
1997-08-13 18:32:49 +00:00
|
|
|
|
2000-02-20 17:01:26 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1997-08-13 18:32:49 +00:00
|
|
|
|
2000-04-14 18:40:29 +00:00
|
|
|
NO_WRKSUBDIR= yes
|
1997-08-13 18:32:49 +00:00
|
|
|
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:32:49 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
( cd ${WRKSRC}; ${SH} Configure )
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|