090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
33 lines
808 B
Makefile
33 lines
808 B
Makefile
# New ports collection makefile for: verlihub-plugins-luascript
|
|
# Date created: 3 May 2007
|
|
# Whom: Skylord
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= luascript
|
|
PORTVERSION= 1.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-p2p
|
|
|
|
MAINTAINER= skylord@vt.net.ru
|
|
|
|
PLUGIN_NAME= lua
|
|
PLUGIN_DESC= LuaScript
|
|
|
|
USE_LUA= 5.1
|
|
CONFIGURE_ENV= CXXFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}"
|
|
CPPFLAGS= -I${LUA_INCDIR}
|
|
LDFLAGS= -L${LUA_LIBDIR}
|
|
|
|
PLIST_FILES= share/verlihub/scripts/google.lua \
|
|
share/verlihub/scripts/lua4to5.lua.inc \
|
|
share/verlihub/scripts/ptokax.lua.inc \
|
|
share/verlihub/scripts/ptokaxtest.lua \
|
|
share/verlihub/scripts/script.lua \
|
|
share/verlihub/scripts/trivia.lua
|
|
PLIST_DIRS= share/verlihub/scripts
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/net-p2p/verlihub-plugins/Makefile.plugins"
|
|
.include <bsd.port.post.mk>
|