Lines 2-8
Link Here
|
2 |
# $FreeBSD: head/editors/wordgrinder/Makefile 375031 2014-12-20 18:12:05Z bapt $ |
2 |
# $FreeBSD: head/editors/wordgrinder/Makefile 375031 2014-12-20 18:12:05Z bapt $ |
3 |
|
3 |
|
4 |
PORTNAME= wordgrinder |
4 |
PORTNAME= wordgrinder |
5 |
PORTVERSION= 0.5.1 |
5 |
PORTVERSION= 0.5.2 |
6 |
CATEGORIES= editors |
6 |
CATEGORIES= editors |
7 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME} |
7 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME} |
8 |
|
8 |
|
Lines 23-32
Link Here
|
23 |
${REINPLACE_CMD} \ |
23 |
${REINPLACE_CMD} \ |
24 |
-e '/hide = /s/@//' \ |
24 |
-e '/hide = /s/@//' \ |
25 |
-e '/cc := gcc/s|gcc|${CC}|' \ |
25 |
-e '/cc := gcc/s|gcc|${CC}|' \ |
26 |
-e '/INCLUDES := /s|= .*|= -I${LUA_INCDIR}|' \ |
26 |
-e '/LUA_INCLUDE := /s|= .*|= ${LUA_INCDIR}|' \ |
27 |
-e '/ldflags := /s|=|= -L${LUA_LIBDIR}|' \ |
27 |
-e '/ldflags := /s|=|= -L${LUA_LIBDIR}|' \ |
28 |
-e 's|-llua5.2|-llua-${LUA_VER}|' \ |
28 |
-e 's|-llua5.2|-llua-${LUA_VER}|' \ |
29 |
-e 's|@lua|${LUA_CMD}|' \ |
29 |
-e 's|$$(hide)lua|$$(hide)${LUA_CMD}|' \ |
30 |
-e '/PREFIX = /d' \ |
30 |
-e '/PREFIX = /d' \ |
31 |
-e '/install /s|$$(PRE|$$(DESTDIR)$$(PRE|' \ |
31 |
-e '/install /s|$$(PRE|$$(DESTDIR)$$(PRE|' \ |
32 |
-e '/install /s|-D||' \ |
32 |
-e '/install /s|-D||' \ |