diff options
author | jtb <jtb> | 2001-06-04 18:40:57 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-06-04 18:40:57 +0000 |
commit | c599ae6387aee2dd40b738748bcc5f9b4e7fac17 (patch) | |
tree | 355e733575a6d07fe5f4fba79adac9efe1888f2a /time | |
parent | 16cce04c4bb0b198fe7e08c3cb1d09c17490d3e6 (diff) | |
download | pkgsrc-c599ae6387aee2dd40b738748bcc5f9b4e7fac17.tar.gz |
emiclock license disallows distribution. Modifications disallowed.
Diffstat (limited to 'time')
-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 |