2a3d311fcd
- Add lua 5.0 compatible slave port PR: ports/117168 Submitted by: Andrew Turner <andrew+ports@fubar.geek.nz> (maintainer)
12 lines
236 B
Makefile
12 lines
236 B
Makefile
# New ports collection makefile for: lua50-socket
|
|
# Date created: 14 October 2007
|
|
# Whom: Andrew Turner <andrew+ports@fubar.geek.nz>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
USE_LUA= 5.0
|
|
|
|
MASTERDIR= ${.CURDIR}/../luasocket
|
|
|
|
.include "${MASTERDIR}/Makefile"
|