diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-04-03 20:09:36 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-04-03 20:09:36 +0800 |
commit | e945c5edaff419db8ca5ea528112a3a392b563ce (patch) | |
tree | 7c3d44248a9ca77776aa607e2d5fa6a9619b839f /games | |
parent | 834f84a3f7ee9ac9ce31e90ae22d9f334bb22af7 (diff) | |
download | freebsd-ports-gnome-e945c5edaff419db8ca5ea528112a3a392b563ce.tar.gz freebsd-ports-gnome-e945c5edaff419db8ca5ea528112a3a392b563ce.tar.zst freebsd-ports-gnome-e945c5edaff419db8ca5ea528112a3a392b563ce.zip |
- Add license
Reported by: krion
Diffstat (limited to 'games')
-rw-r--r-- | games/chromium-bsu/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/chromium-bsu/Makefile b/games/chromium-bsu/Makefile index ef848505d18a..630cafd7e761 100644 --- a/games/chromium-bsu/Makefile +++ b/games/chromium-bsu/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/Chromium%20B.S.U.%20source%20code/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Arcade-style, top-scrolling space shooter +LICENSE= ART10 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libGLC.so:graphics/quesoglc GNU_CONFIGURE= yes |