1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/devel/lua50-posix/Makefile
Pav Lucistnik 83fcbb7d00 - Update MASTER_SITES
Reported by:	krismail
2006-05-14 12:36:19 +00:00

28 lines
712 B
Makefile

# New ports collection makefile for: lua50-posix
# Date created: 27 March 2006
# Whom: Andrew Turner <andrew+ports@fubar.geek.nz>
#
# $FreeBSD$
#
PORTNAME= lua50-posix
PORTVERSION= 5.0
CATEGORIES= devel
MASTER_SITES= http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/5.0/
DISTFILES= lposix.tar.gz
MAINTAINER= andrew+ports@fubar.geek.nz
COMMENT= A POSIX layer for Lua
BUILD_DEPENDS= ${LOCALBASE}/include/lua.h:${PORTSDIR}/lang/lua50
WRKSRC= ${WRKDIR}/posix
do-install:
@ ${MKDIR} ${PREFIX}/share/lua/5.0
@ ${INSTALL_DATA} ${WRKSRC}/posix.lua ${PREFIX}/share/lua/5.0
@ ${MKDIR} ${PREFIX}/lib/lua/5.0
@ ${INSTALL_PROGRAM} ${WRKSRC}/lposix.so ${PREFIX}/lib/lua/5.0
.include <bsd.port.mk>