2000-01-05 21:27:21 +01:00
|
|
|
# New ports collection makefile for: LambdaMOO
|
|
|
|
# Date created: Jul 3 1999
|
|
|
|
# Whom: Seiichirou Hiraoka
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 20:14:07 +02:00
|
|
|
PORTNAME= lambdamoo
|
2000-10-29 12:12:59 +01:00
|
|
|
PORTVERSION= 1.8.1
|
2007-10-17 12:13:01 +02:00
|
|
|
PORTREVISION= 1
|
2000-01-05 21:27:21 +01:00
|
|
|
CATEGORIES= net
|
2009-08-22 02:32:25 +02:00
|
|
|
MASTER_SITES= SF
|
2000-10-29 12:12:59 +01:00
|
|
|
DISTNAME= LambdaMOO-${PORTVERSION}
|
2000-01-05 21:27:21 +01:00
|
|
|
|
2008-08-19 11:18:37 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= The most commonly used program to run MOOs
|
2000-01-05 21:27:21 +01:00
|
|
|
|
2000-10-29 12:12:59 +01:00
|
|
|
WRKSRC= ${WRKDIR}/MOO-${PORTVERSION}
|
2000-01-05 21:27:21 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
ALL_TARGET=
|
2006-04-13 13:16:32 +02:00
|
|
|
CONFIGURE_ENV= YACC=${YACC}
|
2007-10-17 12:13:01 +02:00
|
|
|
USE_BISON= build
|
2000-01-05 21:27:21 +01:00
|
|
|
|
2008-09-09 15:45:08 +02:00
|
|
|
PLIST_FILES= sbin/moo
|
|
|
|
|
|
|
|
PORTDOCS= *
|
|
|
|
|
2000-01-05 21:27:21 +01:00
|
|
|
do-install:
|
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/moo ${PREFIX}/sbin
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2008-09-09 15:45:08 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2000-01-05 21:27:21 +01:00
|
|
|
@(cd ${WRKSRC};\
|
|
|
|
${INSTALL_MAN} Minimal.db README README.Minimal \
|
2008-09-09 15:45:08 +02:00
|
|
|
${DOCSDIR}; \
|
2000-01-05 21:27:21 +01:00
|
|
|
)
|
|
|
|
@${INSTALL_DATA} ${FILESDIR}/README.FreeBSD \
|
2008-09-09 15:45:08 +02:00
|
|
|
${DOCSDIR}
|
2000-01-05 21:27:21 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|