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

(-)wordgrinder/Makefile (-7 / +5 lines)
Lines 1-9 Link Here
1
# New ports collection makefile for:	wordgrinder
1
# Created by: Magerya <vmagerya@gmail.com>
2
# Date created:				15 August 2010
3
# Whom:					Vitaly Magerya <vmagerya@gmail.com>
4
#
5
# $FreeBSD: ports/editors/wordgrinder/Makefile,v 1.2 2012/11/17 05:57:19 svnexp Exp $
2
# $FreeBSD: ports/editors/wordgrinder/Makefile,v 1.2 2012/11/17 05:57:19 svnexp Exp $
6
#
7
3
8
PORTNAME=	wordgrinder
4
PORTNAME=	wordgrinder
9
PORTVERSION=	0.3.3
5
PORTVERSION=	0.3.3
Lines 13-26 Link Here
13
MAINTAINER=	vmagerya@gmail.com
9
MAINTAINER=	vmagerya@gmail.com
14
COMMENT=	A simple Unicode-aware console-based word processor
10
COMMENT=	A simple Unicode-aware console-based word processor
15
11
12
LICENSE=	MIT
13
16
RUN_DEPENDS=	${LUA_MODLIBDIR}/lfs.so:${PORTSDIR}/devel/luafilesystem
14
RUN_DEPENDS=	${LUA_MODLIBDIR}/lfs.so:${PORTSDIR}/devel/luafilesystem
17
15
18
USE_LUA=	5.1+
16
USE_LUA=	5.1+
19
17
20
USE_BZIP2=	yes
18
USE_BZIP2=	yes
21
19
22
LICENSE=	MIT
23
24
MAN1=		wordgrinder.1
20
MAN1=		wordgrinder.1
25
21
26
PLIST_DIRS=	share/doc/wordgrinder
22
PLIST_DIRS=	share/doc/wordgrinder
Lines 37-42 Link Here
37
		${WRKSRC}/pmfile
33
		${WRKSRC}/pmfile
38
	${REINPLACE_CMD} 's,^LUACOMPILER =.*$$,LUACOMPILER = "${LUAC_CMD}",' \
34
	${REINPLACE_CMD} 's,^LUACOMPILER =.*$$,LUACOMPILER = "${LUAC_CMD}",' \
39
		${WRKSRC}/tools/lua.pm
35
		${WRKSRC}/tools/lua.pm
36
	${REINPLACE_CMD} "/CCOMPILER = /s,gcc,cc ," ${WRKSRC}/tools/c.pm
37
	${REINPLACE_CMD} "/CC=/s,gcc,cc ," ${WRKSRC}/pm
40
38
41
do-build:
39
do-build:
42
	(cd ${WRKSRC}; ./pm)
40
	(cd ${WRKSRC}; ./pm)

Return to bug 182033