diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-09-16 18:02:55 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-09-16 18:02:55 +0000 |
commit | 475aacb07ed4c827d0b49927892de48b6d960721 (patch) | |
tree | 2fb0e92425a5b97c0b424e41e009e018f574532c /security/snow/Makefile | |
parent | b8304fbdfc9244379f8bcf6a061339fafbd6714e (diff) | |
download | pkgsrc-475aacb07ed4c827d0b49927892de48b6d960721.tar.gz |
CONFLICTS with STk-[0-9]*; ++pkgrevision
Set LICENSE
Fix pkglint warnings
Diffstat (limited to 'security/snow/Makefile')
-rw-r--r-- | security/snow/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/snow/Makefile b/security/snow/Makefile index faad46b5fec..8af4f7bb944 100644 --- a/security/snow/Makefile +++ b/security/snow/Makefile @@ -1,13 +1,17 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/10/29 09:57:28 agc Exp $ +# $NetBSD: Makefile,v 1.2 2012/09/16 18:02:55 cheusov Exp $ DISTNAME= snow PKGNAME= snow-20060213 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.darkside.com.au/snow/ MAINTAINER= agc@NetBSD.org HOMEPAGE= http://www.darkside.com.au/snow/index.html COMMENT= Whitespace steganography program +LICENSE= gnu-gpl-v2 + +CONFLICTS+= STk-[0-9]* WRKSRC= ${WRKDIR}/snow BUILD_TARGET= snow |