freebsd-ports/mail/majorcool/Makefile

29 lines
591 B
Makefile
Raw Normal View History

# 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$
#
2000-04-13 22:01:08 +02:00
PORTNAME= majorcool
PORTVERSION= 1.3.2
CATEGORIES= mail
2002-04-20 21:59:31 +02:00
MASTER_SITES= ftp://ftp.nuug.no/pub/anders/distfiles/
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= A Web Interface to Majordomo
BUILD_DEPENDS= ${LOCALBASE}/majordomo/majordomo.pl:${PORTSDIR}/mail/majordomo
RUN_DEPENDS= ${BUILD_DEPENDS}
2006-04-03 02:41:17 +02:00
NO_WRKSUBDIR= yes
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
do-install:
( cd ${WRKSRC}; ${SH} Configure )
.include <bsd.port.mk>