diff options
author | Stefan Eßer <se@FreeBSD.org> | 2020-09-03 13:42:20 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2020-09-03 13:42:20 +0000 |
commit | df7ab5150a40a13d7333171548efb200aa9041bb (patch) | |
tree | 8263ea28bac6744fd3fc24ad17a05584eba47f5d /games/spider/Makefile | |
parent | f0947e3ecc5026a4a6fafee1bf4deb521adbc7c0 (diff) | |
download | ports-df7ab5150a40a13d7333171548efb200aa9041bb.tar.gz ports-df7ab5150a40a13d7333171548efb200aa9041bb.zip |
Notes
Diffstat (limited to 'games/spider/Makefile')
-rw-r--r-- | games/spider/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/spider/Makefile b/games/spider/Makefile index a05bc6417bf6..1190a024b755 100644 --- a/games/spider/Makefile +++ b/games/spider/Makefile @@ -3,7 +3,7 @@ PORTNAME= spider PORTVERSION= 1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SUNSITE/games/solitaires DISTNAME= ${PORTNAME} @@ -11,6 +11,12 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Challenging double decked solitaire game +LICENSE= Spider +LICENSE_GROUPS= BSD +LICENSE_NAME= Spider license +LICENSE_FILE= ${WRKSRC}/copyright.h +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + USES= imake tar:Z xorg USE_XORG= x11 xext xaw xmu xt sm ice xpm INSTALL_TARGET= install install.doc |