freebsd-ports/devel/lua-pty/files/Makefile
Philip Paeps 463177d875 Add devel/lua-pty to work with Lua 5.0 and Lua 5.1 and turn devel/lua50-pty
into a slave port of it.

PR:		ports/106347
Submitted by:	Andrew Turner <andrew+ports@fubar.geek.nz> (maintainer)
Repocopy by:	marcus
2006-12-05 22:51:12 +00:00

14 lines
200 B
Makefile

# $FreeBSD$
SHLIB= pty
SHLIB_NAME= lpty.so
SRCS= pty.c
.if defined(COMPATDIR)
SRCS+= ${COMPATDIR}/compat-5.1.c
.endif
CFLAGS+= -I${LUA_INCDIR}
LDFLAGS+= -L/usr/lib -lutil
.include <bsd.lib.mk>