diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-12-30 09:42:24 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-12-30 09:42:24 +0800 |
commit | baf64a21cb7366fb8635564d9cc9edc6b00464a4 (patch) | |
tree | 6d82984444d7e251cac46cbfae5f4f6b56e3d8d8 /x11-fonts | |
parent | cc9f607081535a636a4cc0620332f385c5e4486b (diff) | |
download | freebsd-ports-graphics-baf64a21cb7366fb8635564d9cc9edc6b00464a4.tar.gz freebsd-ports-graphics-baf64a21cb7366fb8635564d9cc9edc6b00464a4.tar.zst freebsd-ports-graphics-baf64a21cb7366fb8635564d9cc9edc6b00464a4.zip |
- Add LICENSE
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 a7f8ebac8bf..fb1c5fb6d2b 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 |