View | Details | Raw Unified | Return to bug 93984
Collapse All | Expand All

(-)lambdamoo/Makefile (-2 / +6 lines)
Lines 7-22 Link Here
7
7
8
PORTNAME=	lambdamoo
8
PORTNAME=	lambdamoo
9
PORTVERSION=	1.8.1
9
PORTVERSION=	1.8.1
10
PORTREVISION=	1
10
CATEGORIES=	net
11
CATEGORIES=	net
11
MASTER_SITES=	http://download.sourceforge.net/lambdamoo/
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
12
DISTNAME=	LambdaMOO-${PORTVERSION}
14
DISTNAME=	LambdaMOO-${PORTVERSION}
13
15
14
MAINTAINER=	ports@FreeBSD.ORG
16
MAINTAINER=	laszlof@vonostingroup.com
15
COMMENT=	The most commonly used program to run MOOs
17
COMMENT=	The most commonly used program to run MOOs
16
18
17
WRKSRC=		${WRKDIR}/MOO-${PORTVERSION}
19
WRKSRC=		${WRKDIR}/MOO-${PORTVERSION}
18
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
19
ALL_TARGET=
21
ALL_TARGET=
22
CONFIGURE_ENV=	YACC=${YACC}
23
USE_BISON=	yes
20
24
21
do-install:
25
do-install:
22
	@${INSTALL_PROGRAM} ${WRKSRC}/moo ${PREFIX}/sbin
26
	@${INSTALL_PROGRAM} ${WRKSRC}/moo ${PREFIX}/sbin

Return to bug 93984