diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-11-24 23:45:29 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-11-24 23:45:29 +0000 |
commit | f8e25ab59ebf5631236955cce9c921626c3d7f1b (patch) | |
tree | 577d63ecb01d5fe809daf29156f81baae04691ff /games/gillo/Makefile | |
parent | 2756f83f4b894e1d5d6f02b9141ba590b8854b98 (diff) | |
download | ports-f8e25ab59ebf5631236955cce9c921626c3d7f1b.tar.gz ports-f8e25ab59ebf5631236955cce9c921626c3d7f1b.zip |
Notes
Diffstat (limited to 'games/gillo/Makefile')
-rw-r--r-- | games/gillo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gillo/Makefile b/games/gillo/Makefile index bb859544072c..503149963331 100644 --- a/games/gillo/Makefile +++ b/games/gillo/Makefile @@ -11,7 +11,8 @@ DISTNAME= ${PORTNAME}-${DISTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= Players are cars throwing a magnetic fuzzy ball into a goal -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${JAM}:${PORTSDIR}/devel/jam \ ${LOCALBASE}/lib/libode.a:${PORTSDIR}/devel/ode \ |