diff options
author | bouyer <bouyer@pkgsrc.org> | 2002-01-12 18:34:56 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2002-01-12 18:34:56 +0000 |
commit | 2be0bf251556e9d89c4f8ce1677ad2617f486beb (patch) | |
tree | 352a730182b2c087b4585895ec2c85e9e02491d5 /comms/xtel/Makefile | |
parent | b7a3462e50f7074498d92154154118a2c5f2530c (diff) | |
download | pkgsrc-2be0bf251556e9d89c4f8ce1677ad2617f486beb.tar.gz |
Initial import of Xtel, a Minitel emulator. Probably not of much use outside
France :)
Diffstat (limited to 'comms/xtel/Makefile')
-rw-r--r-- | comms/xtel/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
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" |