mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
7820825935
Submitted by: pointyhat via kris Approved by: Andrew Turner <andrew+ports@fubar.geek.nz> (maintainer)
32 lines
690 B
Makefile
32 lines
690 B
Makefile
# New ports collection makefile for: lua50-app
|
|
# Date created: 17 April 2006
|
|
# Whom: Andrew Turner <andrew+ports@fubar.geek.nz>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= app
|
|
PORTVERSION= 1.72
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= philip
|
|
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
|
|
DISTFILES= app.lua?rev=${PORTVERSION}
|
|
EXTRACT_ONLY= #
|
|
|
|
MAINTAINER= andrew+ports@fubar.geek.nz
|
|
COMMENT= App framework for Lua 5.0.x
|
|
|
|
USE_LUA= 5.0
|
|
LUA_COMPS= filename posix pty
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
PLIST_FILES= %%LUA_MODSHAREDIR%%/app.lua
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${DISTDIR}/${DISTFILES} \
|
|
${LUA_MODSHAREDIR}/${DISTFILES:C/\?.*$//}
|
|
|
|
.include <bsd.port.mk>
|