mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
26 lines
528 B
Makefile
26 lines
528 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>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= majorcool-1.30
|
|
PKGNAME= majorcool-1.3.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"
|
|
IS_INTERACTIVE= yes
|
|
USE_PERL5= yes
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
do-install:
|
|
( cd ${WRKSRC}; ${SH} Configure )
|
|
|
|
.include <bsd.port.mk>
|