From 2be0bf251556e9d89c4f8ce1677ad2617f486beb Mon Sep 17 00:00:00 2001 From: bouyer Date: Sat, 12 Jan 2002 18:34:56 +0000 Subject: Initial import of Xtel, a Minitel emulator. Probably not of much use outside France :) --- comms/xtel/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 comms/xtel/Makefile (limited to 'comms/xtel/Makefile') diff --git a/comms/xtel/Makefile b/comms/xtel/Makefile new file mode 100644 index 00000000000..d9b5c3a7998 --- /dev/null +++ b/comms/xtel/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/01/12 18:34:56 bouyer Exp $ +# + +DISTNAME= xtel-3.3.0 +CATEGORIES= comms x11 +MASTER_SITES= http://pficheux.free.fr/xtel/download/ + +MAINTAINER= bouyer@netbsd.org +HOMEPAGE= http://pficheux.free.fr/xtel/ +COMMENT= Minitel(r) emulator + +USE_BUILDLINK_ONLY= YES +USE_IMAKE= YES + +.include "../../graphics/jpeg/buildlink.mk" +.include "../../mk/x11.buildlink.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3