mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
36 lines
785 B
Makefile
36 lines
785 B
Makefile
# New ports collection makefile for: LambdaMOO
|
|
# Date created: Jul 3 1999
|
|
# Whom: Seiichirou Hiraoka
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lambdamoo
|
|
PORTVERSION= 1.8.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://download.sourceforge.net/lambdamoo/
|
|
DISTNAME= LambdaMOO-${PORTVERSION}
|
|
|
|
MAINTAINER= flathill@FreeBSD.ORG
|
|
COMMENT= The most commonly used program to run MOOs
|
|
|
|
WRKSRC= ${WRKDIR}/MOO-${PORTVERSION}
|
|
GNU_CONFIGURE= yes
|
|
ALL_TARGET=
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/moo ${PREFIX}/sbin
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/LambdaMOO
|
|
@(cd ${WRKSRC};\
|
|
${INSTALL_MAN} Minimal.db README README.Minimal \
|
|
${PREFIX}/share/doc/LambdaMOO; \
|
|
)
|
|
@${INSTALL_DATA} ${FILESDIR}/README.FreeBSD \
|
|
${PREFIX}/share/doc/LambdaMOO
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|