mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
e74bd78238
as far as possible. - Found version number of this software (1.1.0), so introduced a package name. Althouch NO_PACKAGE is set, it is useful for later removal and new installation. - It needs perl to run
26 lines
585 B
Makefile
26 lines
585 B
Makefile
# New ports collection makefile for: majorcool
|
|
# Version required: 1.1.0
|
|
# Date created: Wed Aug 13 18:34:14 CEST 1997
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1997/08/13 18:32:48 andreas Exp $
|
|
#
|
|
|
|
DISTNAME= majorcool
|
|
PKGNAME= majorcool-1.1.0
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://ncrinfo.ncr.com/pub/contrib/unix/MajorCool/
|
|
|
|
MAINTAINER= andreas@FreeBSD.ORG
|
|
|
|
RUN_DEPENDS= perl5.00401:${PORTSDIR}/lang/perl5
|
|
|
|
NO_BUILD= yes
|
|
NO_PACKAGE= "Too many questions"
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
do-install:
|
|
( cd ${WRKSRC}; ${SH} Configure )
|
|
|
|
.include <bsd.port.mk>
|