c5aeb93cd5
PR: ports/101612 Submitted by: alepulver Hat: portmgr
11 lines
183 B
Makefile
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>
|