|
Lines 6-31
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= tolua++ |
8 |
PORTNAME= tolua++ |
| 9 |
PORTVERSION= 1.0.4 |
9 |
PORTVERSION= 1.0.92 |
| 10 |
CATEGORIES= lang devel |
10 |
CATEGORIES= lang devel |
| 11 |
MASTER_SITES= http://www.codenix.com/~tolua/ |
11 |
MASTER_SITES= http://www.codenix.com/~tolua/ |
| 12 |
DISTNAME= tolua++-current |
|
|
| 13 |
|
12 |
|
| 14 |
MAINTAINER= aaron@FreeBSD.org |
13 |
MAINTAINER= aaron@FreeBSD.org |
| 15 |
COMMENT= An extended version of tolua, a tool to integrate C/C++ code with Lua |
14 |
COMMENT= An extended version of tolua, a tool to integrate C/C++ code with Lua |
| 16 |
|
15 |
|
| 17 |
BUILD_DEPENDS= ${LOCALBASE}/bin/scons:${PORTSDIR}/devel/scons |
|
|
| 18 |
LIB_DEPENDS= lua:${PORTSDIR}/lang/lua50 |
16 |
LIB_DEPENDS= lua:${PORTSDIR}/lang/lua50 |
| 19 |
|
17 |
|
| 20 |
WRKSRC= ${WRKDIR}/tolua++-${PORTVERSION} |
|
|
| 21 |
USE_BZIP2= yes |
18 |
USE_BZIP2= yes |
| 22 |
INSTALLS_SHLIB= yes |
19 |
USE_LDCONFIG= yes |
| 23 |
NO_BUILD= yes |
20 |
USE_SCONS= yes |
| 24 |
|
21 |
|
| 25 |
do-build: |
22 |
SCONS_ARGS= prefix=${PREFIX} |
| 26 |
@cd ${WRKSRC} && scons |
|
|
| 27 |
|
| 28 |
do-install: |
| 29 |
@cd ${WRKSRC} && scons prefix=${PREFIX} install |
| 30 |
|
23 |
|
| 31 |
.include <bsd.port.mk> |
24 |
.include <bsd.port.mk> |