diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-12-23 04:20:10 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-12-23 04:20:10 +0800 |
commit | 857dd8e50048cc08a45853591ca1c63cf24d4ed8 (patch) | |
tree | 1c9ab98452808f0cda728f2078d24ed31b052e71 /games/xmoto | |
parent | 5118d640a76a9f51378ee0d018f1f1797c57dda3 (diff) | |
download | freebsd-ports-graphics-857dd8e50048cc08a45853591ca1c63cf24d4ed8.tar.gz freebsd-ports-graphics-857dd8e50048cc08a45853591ca1c63cf24d4ed8.tar.zst freebsd-ports-graphics-857dd8e50048cc08a45853591ca1c63cf24d4ed8.zip |
- Add LICENSE
PR: 185088
Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de>
Diffstat (limited to 'games/xmoto')
-rw-r--r-- | games/xmoto/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/xmoto/Makefile b/games/xmoto/Makefile index 42984e47cbe..350ab34860b 100644 --- a/games/xmoto/Makefile +++ b/games/xmoto/Makefile @@ -18,6 +18,8 @@ LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libxdg-basedir.so:${PORTSDIR}/x11/libxdg-basedir BUILD_DEPENDS= ${LOCALBASE}/lib/libode.a:${PORTSDIR}/devel/ode +LICENSE= GPLv2 + GNU_CONFIGURE= yes USES= gmake USE_GNOME= libxml2 |