freebsd-ports/mail/majorcool/Makefile
Andreas Klemm d34d0766db New port majorcool.
It's a WWW frontend to majordomo (for end user and mailinglist owners).
For more informations see: http://ncrinfo.ncr.com/pub/contrib/unix/MajorCool/
I think this would be useful for our webserver as well ;-)
1997-08-13 18:32:49 +00:00

22 lines
460 B
Makefile

# New ports collection makefile for: majorcool
# Version required: unknown
# Date created: Wed Aug 13 18:34:14 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id$
#
DISTNAME= majorcool
CATEGORIES= mail
MASTER_SITES= http://ncrinfo.ncr.com/pub/contrib/unix/MajorCool/
WRKSRC= ${WRKDIR}
MAINTAINER= andreas@FreeBSD.ORG
NO_BUILD= yes
NO_PACKAGE= "Too many questions"
do-install:
( cd ${WRKSRC}; ${SH} Configure )
.include <bsd.port.mk>