diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-19 12:23:51 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-19 12:23:51 +0000 |
commit | dcb407a0791a1da44452ba9a11cb0ba669898bce (patch) | |
tree | 3bb8fe0b4eb22bc0b4595a0f0e6ba350a491e9d7 /x11/xmascot/Makefile | |
parent | cd84830c400c007450374de2f607c4dce4afaf08 (diff) | |
download | ports-dcb407a0791a1da44452ba9a11cb0ba669898bce.tar.gz ports-dcb407a0791a1da44452ba9a11cb0ba669898bce.zip |
Notes
Diffstat (limited to 'x11/xmascot/Makefile')
-rw-r--r-- | x11/xmascot/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/xmascot/Makefile b/x11/xmascot/Makefile new file mode 100644 index 000000000000..7c966285fa97 --- /dev/null +++ b/x11/xmascot/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: xmascot +# Version required: 2.5 +# Date created: 20 November 1996 +# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> +# +# $Id$ +# + +DISTNAME= xmascot2.5 +PKGNAME= xmascot-2.5 +CATEGORIES= x11 +MASTER_SITES= ftp://cclub.tutcc.tut.ac.jp/pub/xmascot/ \ + ftp://ftp.pu-toyama.ac.jp/pub/.4/ftpmail/cclub.tutcc.tut.ac.jp/pub/xmascot/ + +MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp + +USE_IMAKE= yes + +.include <bsd.port.mk> |