diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-12-26 07:42:54 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-12-26 07:42:54 +0800 |
commit | 566a65b0fa07f291b9db5dcd4a2fdf09ac0612d0 (patch) | |
tree | 69f69bad4e5a78e8a74f7ac5f6702d978c29988c | |
parent | 6cd248d06262882b7e944a6ea61125c49e07a788 (diff) | |
download | freebsd-ports-gnome-566a65b0fa07f291b9db5dcd4a2fdf09ac0612d0.tar.gz freebsd-ports-gnome-566a65b0fa07f291b9db5dcd4a2fdf09ac0612d0.tar.zst freebsd-ports-gnome-566a65b0fa07f291b9db5dcd4a2fdf09ac0612d0.zip |
- Add LICENSE
-rw-r--r-- | graphics/showimage/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/showimage/Makefile b/graphics/showimage/Makefile index 156723d4b5a4..c72a0beee596 100644 --- a/graphics/showimage/Makefile +++ b/graphics/showimage/Makefile @@ -10,6 +10,9 @@ DISTNAME= 143977-${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Simple KDE based image viewer +LICENSE= GPLv3 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + USES= cmake:outsource tar:bzip2 USE_KDE4= automoc4 kdeprefix kdelibs USE_QT4= qmake_build moc_build rcc_build uic_build |