diff options
author | gdt <gdt> | 2008-09-10 14:01:58 +0000 |
---|---|---|
committer | gdt <gdt> | 2008-09-10 14:01:58 +0000 |
commit | b8d8322ae6d1947863f0ab1b9b017155fae2b6e9 (patch) | |
tree | 9f100eb3a464e62ec95302b319fff16f3cda5c0f /graphics | |
parent | 669291d8fe80ccefdebb1085996914ef05ee4f51 (diff) | |
download | pkgsrc-b8d8322ae6d1947863f0ab1b9b017155fae2b6e9.tar.gz |
+ LICENSE, set NO_*_ON_*.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/qvplay/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/qvplay/Makefile b/graphics/qvplay/Makefile index ee67970b822..fc017f04433 100644 --- a/graphics/qvplay/Makefile +++ b/graphics/qvplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2007/03/21 19:44:10 jwise Exp $ +# $NetBSD: Makefile,v 1.12 2008/09/10 14:01:58 gdt Exp $ # DISTNAME= qvplay-0.94 @@ -9,9 +9,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.asahi-net.or.jp/~xg2k-hys/index-e.html COMMENT= Software for use with CASIO QV digital cameras -RESTRICTED= Undistributable development version. +LICENSE= generic-nonlicense +RESTRICTED= No permission to distribute NO_SRC_ON_FTP= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} WRKSRC= ${WRKDIR}/QVplay094/src GNU_CONFIGURE= yes |