freebsd-ports/devel/lua-gettext/files/Makefile
Mark Linimon c5aeb93cd5 Modify these files to reflect bsd.lua.mk as tested on the cluster.
PR:		ports/101612
Submitted by:	alepulver
Hat:		portmgr
2006-09-15 08:17:11 +00:00

11 lines
183 B
Makefile

# $FreeBSD$
SHLIB= gettext
SHLIB_NAME= lgettext.so
SRCS= lua_gettext.c
CFLAGS+= -I${LOCALBASE}/include -I${LUA_INCDIR}
LDFLAGS+= -L${LOCALBASE}/lib -lintl
.include <bsd.lib.mk>