summaryrefslogtreecommitdiff
path: root/devel/lua-pty/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/lua-pty/Makefile')
-rw-r--r--devel/lua-pty/Makefile41
1 files changed, 0 insertions, 41 deletions
diff --git a/devel/lua-pty/Makefile b/devel/lua-pty/Makefile
deleted file mode 100644
index 0ee1db962e74..000000000000
--- a/devel/lua-pty/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# New ports collection makefile for: lua50-pty
-# Date created: 17 April 2006
-# Whom: Andrew Turner <andrew+ports@fubar.geek.nz>
-#
-# $FreeBSD$
-#
-
-PORTNAME= pty
-PORTVERSION= 1.25
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= philip
-PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
-DISTFILES= pty.lua?rev=1.2 pty.c?rev=1.25
-
-MAINTAINER= andrew+ports@fubar.geek.nz
-COMMENT= Pty (pseudo-terminal) bindings for Lua 5.0.x
-
-BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/lua50-compat51:extract
-
-USE_LUA= 5.0
-LUA_COMPS= lua compat51
-
-COMPAT_SRC= `(cd ${PORTSDIR}/devel/lua50-compat51 && ${MAKE} -V WRKSRC)`
-MAKE_ENV= COMPATDIR="${COMPAT_SRC}"
-
-PLIST_FILES= %%LUA_MODSHAREDIR%%/pty.lua \
- %%LUA_MODLIBDIR%%/lpty.so
-
-do-extract:
- @${MKDIR} ${WRKSRC}
-.for file in ${DISTFILES}
- @${CP} ${DISTDIR}/${file} ${WRKSRC}/${file:C/\?.*$//}
-.endfor
- @${CP} ${FILESDIR}/Makefile ${WRKSRC}
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/lpty.so ${LUA_MODLIBDIR}
- ${INSTALL_DATA} ${WRKSRC}/pty.lua ${LUA_MODSHAREDIR}
-
-.include <bsd.port.mk>