diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-07-16 17:07:44 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-07-16 17:07:44 +0800 |
commit | c52b55ea4f6cf4ebedad1b587a256dc4b9d28c19 (patch) | |
tree | 9e5330b916904a78472262c444889fef633d6f77 /graphics | |
parent | 0a16880e754f0b8c87a845c99ef30d36694b3f0e (diff) | |
download | freebsd-ports-gnome-c52b55ea4f6cf4ebedad1b587a256dc4b9d28c19.tar.gz freebsd-ports-gnome-c52b55ea4f6cf4ebedad1b587a256dc4b9d28c19.tar.zst freebsd-ports-gnome-c52b55ea4f6cf4ebedad1b587a256dc4b9d28c19.zip |
- Add LICENSE
- Whitespace fix
Approved by: portmgr blanket
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/svgalib/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/svgalib/Makefile b/graphics/svgalib/Makefile index 2cd5a93d720c..7813d81be171 100644 --- a/graphics/svgalib/Makefile +++ b/graphics/svgalib/Makefile @@ -10,9 +10,12 @@ MASTER_SITES= http://www.svgalib.org/ MAINTAINER= zeising@FreeBSD.org COMMENT= Low level console graphics library +LICENSE= PD +LICENSE_FILE= ${WRKSRC}/LICENSE + ONLY_FOR_ARCHS= i386 amd64 -USES= gmake uidfix dos2unix shebangfix +USES= gmake uidfix dos2unix shebangfix DOS2UNIX_FILES= utils/gtf/gtf.h utils/gtf/scitech.h SHEBANG_FILES= utils/svgakeymap USE_LDCONFIG= yes |