diff options
-rw-r--r-- | games/dopewars/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile index 505cd74777c..57f67d6db82 100644 --- a/games/dopewars/Makefile +++ b/games/dopewars/Makefile @@ -10,7 +10,10 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= UNIX rewrite of a game originally based on "Drug Wars" -USES= gmake gettext +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= cpe gmake gettext GNU_CONFIGURE= yes USE_GNOME= gtk12 |