1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/mail/majorcool/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

25 lines
476 B
Makefile

# New ports collection makefile for: majorcool
# Date created: Wed Aug 13 18:34:14 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $FreeBSD$
#
PORTNAME= majorcool
PORTVERSION= 1.3.2
CATEGORIES= mail
MASTER_SITES= ftp://ftp.nuug.no/pub/anders/distfiles/
MAINTAINER= ports@FreeBSD.org
NO_WRKSUBDIR= yes
NO_BUILD= yes
NO_PACKAGE= "Too many questions"
IS_INTERACTIVE= yes
USE_PERL5= yes
do-install:
( cd ${WRKSRC}; ${SH} Configure )
.include <bsd.port.mk>