1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/mail/majorcool/Makefile
Andreas Klemm 268a1e9e8b update majorcool to 1.3.2
make port prefix clean
use perl from /usr/bin not /usr/local/bin
patch interactive configure script to show sane default paths for
	- apache paths
	- apache documents, etc.
updated PLIST
cosmetics in DESCR
1999-09-19 11:12:12 +00:00

25 lines
495 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.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>