diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-03-06 10:15:04 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-03-06 10:15:04 +0000 |
commit | fc827a92ff598a50e34317a8cb6dfafd57a4275b (patch) | |
tree | 9d7885d617a1562d942d1e8a87c11c8564e8eb9b /x11/xantfarm/Makefile | |
parent | The recently imported patch-c[ab] contained RCS keywords. To (diff) |
Import of xantfarm port. Closes PR #2894.
Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.jp>
Notes
Notes:
svn path=/head/; revision=5889
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 000000000000..5bf3784ae74e --- /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> |