diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-12-30 01:42:24 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-12-30 01:42:24 +0000 |
commit | ecdb413246f9e6cfc36285295e9476eebfcc95da (patch) | |
tree | 6d82984444d7e251cac46cbfae5f4f6b56e3d8d8 /x11-fonts | |
parent | 701b06dc105167f9a4db1a897754fa7f092688f3 (diff) |
- Add LICENSE
Notes
Notes:
svn path=/head/; revision=404795
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/bdfresize/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-fonts/bdfresize/Makefile b/x11-fonts/bdfresize/Makefile index a7f8ebac8bfd..fb1c5fb6d2bd 100644 --- a/x11-fonts/bdfresize/Makefile +++ b/x11-fonts/bdfresize/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= http://openlab.ring.gr.jp/efont/dist/tools/bdfresize/ MAINTAINER= ports@FreeBSD.org COMMENT= Tool for resizing BDF format font +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes PLIST_FILES= bin/bdfresize \ man/man1/bdfresize.1.gz |