mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
9 lines
170 B
Makefile
9 lines
170 B
Makefile
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>
|