diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-07 13:36:31 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-07 13:36:31 +0000 |
commit | 20801d1d658e3368bf82e2b04950b4f38dfc97e1 (patch) | |
tree | 736b4110bad6c48cae434cf244045503b028fafd /games/ggz-gtk-client | |
parent | a40c6c50b55f9ed0c9be935e058b87a6d9733183 (diff) | |
download | ports-20801d1d658e3368bf82e2b04950b4f38dfc97e1.tar.gz ports-20801d1d658e3368bf82e2b04950b4f38dfc97e1.zip |
Notes
Diffstat (limited to 'games/ggz-gtk-client')
-rw-r--r-- | games/ggz-gtk-client/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/ggz-gtk-client/Makefile b/games/ggz-gtk-client/Makefile index 350637ae567a..bf1e74804604 100644 --- a/games/ggz-gtk-client/Makefile +++ b/games/ggz-gtk-client/Makefile @@ -9,6 +9,9 @@ CATEGORIES= games MAINTAINER= ports@FreeBSD.org COMMENT= The GGZ Gaming Zone - GTK+ Frontend +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + USES= gettext libtool pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes |