mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1228d352ee
MASTER_SITE_LOCAL site.
26 lines
486 B
Makefile
26 lines
486 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= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= andreas
|
|
|
|
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>
|