diff options
author | jtb <jtb@pkgsrc.org> | 2001-06-04 18:40:57 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-06-04 18:40:57 +0000 |
commit | 7488103245e382cce509a9f22e436afe9580f4bd (patch) | |
tree | 355e733575a6d07fe5f4fba79adac9efe1888f2a /time/emiclock | |
parent | 083e1c689401a3a9b823d1687f78ebb62f171b47 (diff) | |
download | pkgsrc-7488103245e382cce509a9f22e436afe9580f4bd.tar.gz |
emiclock license disallows distribution. Modifications disallowed.
Diffstat (limited to 'time/emiclock')
-rw-r--r-- | time/emiclock/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/time/emiclock/Makefile b/time/emiclock/Makefile index dc5609c6348..a6cc1cc666c 100644 --- a/time/emiclock/Makefile +++ b/time/emiclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/25 04:18:19 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2001/06/04 18:40:57 jtb Exp $ # DISTNAME= emiclock-2.0.2 @@ -8,6 +8,13 @@ MASTER_SITES= ftp://ftp.noge.com/pub/EmiClock/X11/ MAINTAINER= minoura@netbsd.org COMMENT= Analog clock with image in the middle +LICENSE= emiclock-license +RESTRICTED= "Do not distribute" +NO_SRC_ON_FTP=${RESTRICTED} +NO_BIN_ON_FTP=${RESTRICTED} +NO_SRC_ON_CDROM=${RESTRICTED} +NO_BIN_ON_CDROM=${RESTRICTED} + USE_X11BASE= yes USE_IMAKE= yes USE_XAW= yes |