diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-10-13 13:36:54 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-10-13 13:36:54 +0000 |
commit | 3ab8e12f6fc45003381d81a49e57d323d3e7fd1b (patch) | |
tree | 5391fd7a4374cbf3f02352233f89636dd70f41de /games/ctris | |
parent | f1072dc04f85cf2155778b0ffc109a2a8c8d5118 (diff) | |
download | ports-3ab8e12f6fc45003381d81a49e57d323d3e7fd1b.tar.gz ports-3ab8e12f6fc45003381d81a49e57d323d3e7fd1b.zip |
Notes
Diffstat (limited to 'games/ctris')
-rw-r--r-- | games/ctris/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/games/ctris/Makefile b/games/ctris/Makefile index ea440370da0c..4a5c137e45d9 100644 --- a/games/ctris/Makefile +++ b/games/ctris/Makefile @@ -9,15 +9,18 @@ PORTNAME= ctris PORTVERSION= 0.42 CATEGORIES= games MASTER_SITES= http://www.hackl.dhs.org/data/download/files/ \ - http://www.liquidx.org/distfiles/ + http://www.liquidx.org/distfiles/ \ + CRITICAL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ehaupt@FreeBSD.org COMMENT= Colorized, small and flexible Tetris(TM)-clone for the console +LICENSE= GPLv2 + USE_BZIP2= yes +MANCOMPRESSED= yes MAN6= ctris.6 -MANCOMPRESSED= yes PLIST_FILES= bin/ctris post-patch: |