1997-08-13 20:32:49 +02: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 08:51:17 +02:00
|
|
|
# $FreeBSD$
|
1997-08-13 20:32:49 +02:00
|
|
|
#
|
|
|
|
|
2000-04-13 22:01:08 +02:00
|
|
|
PORTNAME= majorcool
|
2001-02-05 16:11:27 +01:00
|
|
|
PORTVERSION= 1.3.2
|
1997-08-13 20:32:49 +02:00
|
|
|
CATEGORIES= mail
|
2002-04-20 21:59:31 +02:00
|
|
|
MASTER_SITES= ftp://ftp.nuug.no/pub/anders/distfiles/
|
1997-08-13 20:32:49 +02:00
|
|
|
|
2000-02-20 18:01:26 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= A Web Interface to Majordomo
|
1997-08-13 20:32:49 +02:00
|
|
|
|
2006-06-21 00:25:24 +02:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/majordomo/majordomo.pl:${PORTSDIR}/mail/majordomo
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2006-04-03 02:41:17 +02:00
|
|
|
|
2000-04-14 20:40:29 +02:00
|
|
|
NO_WRKSUBDIR= yes
|
1997-08-13 20:32:49 +02:00
|
|
|
NO_BUILD= yes
|
1998-12-01 22:36:27 +01:00
|
|
|
IS_INTERACTIVE= yes
|
1997-10-13 22:55:31 +02:00
|
|
|
USE_PERL5= yes
|
1997-08-13 20:32:49 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
( cd ${WRKSRC}; ${SH} Configure )
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|