diff options
Diffstat (limited to 'games/xwelltris/Makefile')
-rw-r--r-- | games/xwelltris/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/games/xwelltris/Makefile b/games/xwelltris/Makefile deleted file mode 100644 index a07fcf812086..000000000000 --- a/games/xwelltris/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: lev -# $FreeBSD$ - -PORTNAME= xwelltris -PORTVERSION= 1.0.1 -PORTREVISION= 3 -CATEGORIES= games -MASTER_SITES= http://www.xnc.dubna.su/xwelltris/src/ \ - http://freebsd.unixfreunde.de/sources/ -DISTNAME= ${PORTNAME}-${PORTVERSION}.src - -MAINTAINER= lev@FreeBSD.org -COMMENT= 3D Tetris-like game - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-07-04 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -PLIST_FILES= bin/xwelltris \ - share/xwelltris/board2.gif \ - share/xwelltris/font2.gif \ - share/xwelltris/polyomino.dat \ - share/xwelltris/topnine.gif \ - share/xwelltris/wellcuts.gif \ - share/xwelltris/wellintro.gif \ - share/xwelltris/welltris.scores -PLIST_DIRS= share/xwelltris -GNU_CONFIGURE= yes -USE_XORG= ice sm x11 xau xcursor xdmcp xext xfixes xi xrandr - -.include <bsd.port.mk> |