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 /devel | |
parent | 9554c4a18fa0acb41d047e887d36b52c4c84213c (diff) | |
download | ports-8643d4aa4f1c5fd88ccf6a088374f9f7c718ff6b.tar.gz ports-8643d4aa4f1c5fd88ccf6a088374f9f7c718ff6b.zip |
Add LICENSE and LICENSE_FILE to my ports.
Notes
Notes:
svn path=/head/; revision=255330
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libccid/Makefile | 3 | ||||
-rw-r--r-- | devel/pcsc-lite/Makefile | 3 | ||||
-rw-r--r-- | devel/stfl/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/devel/libccid/Makefile b/devel/libccid/Makefile index 61b4bcaa41f1..0faafee85154 100644 --- a/devel/libccid/Makefile +++ b/devel/libccid/Makefile @@ -14,6 +14,9 @@ COMMENT= Generic USB CCID (Chip/Smart Card Interface Devices) driver LIB_DEPENDS= pcsclite.1:${PORTSDIR}/devel/pcsc-lite +LICENSE= LGPL +LICENSE_FILE= ${WRKSRC}/COPYING + USE_BZIP2= yes GNU_CONFIGURE= yes USE_PERL5_BUILD=yes diff --git a/devel/pcsc-lite/Makefile b/devel/pcsc-lite/Makefile index 87798c24a414..06ca166712b5 100644 --- a/devel/pcsc-lite/Makefile +++ b/devel/pcsc-lite/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= http://alioth.debian.org/frs/download.php/3279/ MAINTAINER= arved@FreeBSD.org COMMENT= A smartcard development library +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/COPYING + USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/devel/stfl/Makefile b/devel/stfl/Makefile index 210e7ab2114d..f4a7c22ac077 100644 --- a/devel/stfl/Makefile +++ b/devel/stfl/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= http://www.clifford.at/stfl/ MAINTAINER= arved@FreeBSD.org COMMENT= Structured Terminal Forms Language/Library +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + USE_LDCONFIG= yes USE_GMAKE= yes USE_ICONV= yes |