aboutsummaryrefslogtreecommitdiffstats
path: root/games/xquarto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/xquarto/Makefile')
-rw-r--r--games/xquarto/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/games/xquarto/Makefile b/games/xquarto/Makefile
deleted file mode 100644
index 5f1c27506378..000000000000
--- a/games/xquarto/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Created by: Andrey Zakhvatov
-# $FreeBSD$
-
-PORTNAME= xquarto
-PORTVERSION= 1.0
-PORTREVISION= 2
-CATEGORIES= games
-MASTER_SITES= http://www.math.lsa.umich.edu/~mattiasj/games/xquarto/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= X version of simple but tricky board game
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2012-11-26
-
-USE_IMAKE= yes
-USE_XORG= xaw
-MAN6= xquarto.6
-PLIST_FILES= bin/xquarto
-
-pre-configure:
- @${ECHO_CMD} "MANSUFFIX=6" >>${WRKSRC}/src/Imakefile
-
-.include <bsd.port.mk>