blob: ec6da90e22f54e8c5fe1a48c8850dd71222a5361 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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.3.2
CATEGORIES= mail
MASTER_SITES= http://www.FreeBSD.org/~andreas/download/
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>
|