diff options
Diffstat (limited to 'x11/xskyroot/Makefile')
-rw-r--r-- | x11/xskyroot/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11/xskyroot/Makefile b/x11/xskyroot/Makefile new file mode 100644 index 00000000000..e19a1c8cc2c --- /dev/null +++ b/x11/xskyroot/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xklock +# Version required: 2.54 +# Date created: 20 April 1997 +# Whom: nkazushi@highway.or.jp +# +# $Id$ +# + +DISTNAME= xskyroot-920428 +CATEGORIES= x11 +MASTER_SITES= ftp://ftp.fit.ac.jp/pub/X/contrib/ \ + ftp://ftp.foretune.co.jp/pub/X/clients/xskyroot/ \ + ftp://ftp.waseda.ac.jp/fj/fj.sources/X/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= nkazushi@highway.or.jp + +USE_IMAKE= yes +NO_INSTALL_MANPAGES= yes + +.include <bsd.port.mk> |