diff options
Diffstat (limited to 'x11/xantfarm/Makefile')
-rw-r--r-- | x11/xantfarm/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/xantfarm/Makefile b/x11/xantfarm/Makefile new file mode 100644 index 0000000..5bf3784 --- /dev/null +++ b/x11/xantfarm/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: xantfarm +# Version required: 1.16 +# Date created: 13 February 1997 +# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> +# +# $Id$ +# + +DISTNAME= xantfarm +PKGNAME= xantfarm-1.16 +CATEGORIES= x11 +MASTER_SITES= ftp://ftp.kuis.kyoto-u.ac.jp/Linux/JG/other-sources/ +DISTFILES= xantfarm23oct91.tar.gz + +MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp + +USE_IMAKE= yes + +.include <bsd.port.mk> |