diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2010-05-30 17:39:07 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2010-05-30 17:39:07 +0000 |
commit | 8643d4aa4f1c5fd88ccf6a088374f9f7c718ff6b (patch) | |
tree | 80e86a504e40bb07a6114c8b8fdfc5765bfa6a38 /security/steghide/Makefile | |
parent | 9554c4a18fa0acb41d047e887d36b52c4c84213c (diff) |
Add LICENSE and LICENSE_FILE to my ports.
Notes
Notes:
svn path=/head/; revision=255330
Diffstat (limited to 'security/steghide/Makefile')
-rw-r--r-- | security/steghide/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/steghide/Makefile b/security/steghide/Makefile index 92a26c9fe23d..1a054a3d354e 100644 --- a/security/steghide/Makefile +++ b/security/steghide/Makefile @@ -18,6 +18,9 @@ COMMENT= Steganography tool to hide data in binary files LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \ mhash.2:${PORTSDIR}/security/mhash +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + USE_GETTEXT= yes USE_PERL5= yes USE_AUTOTOOLS= libtool:22 |