1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/mail/majorcool/Makefile
Steve Price 6981674c4a Update to version 1.2.0.
PR:		5792
Submitted by:	fliszt@gmx.net
1998-02-20 05:32:02 +00:00

25 lines
552 B
Makefile

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