aboutsummaryrefslogtreecommitdiff
path: root/games/xpuyopuyo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/xpuyopuyo/Makefile')
-rw-r--r--games/xpuyopuyo/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile
deleted file mode 100644
index 9933b2764588..000000000000
--- a/games/xpuyopuyo/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# Created by: Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>
-# $FreeBSD$
-
-PORTNAME= xpuyopuyo
-PORTVERSION= 0.9.8
-PORTREVISION= 8
-CATEGORIES= games
-MASTER_SITES= http://chaos2.org/xpuyopuyo/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Puzzle game, somewhat like Tetris
-
-DEPRECATED= Uses obsolete glib12
-EXPIRATION_DATE= 2018-12-20
-
-LICENSE= GPLv2+
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --without-gnome
-USES= gmake libtool
-USE_XORG= xpm
-USE_GNOME= gtk12
-
-OPTIONS_DEFINE= MIKMOD ROTATE_FIXED AIBREED
-ROTATE_FIXED_DESC= Fix position of one blob during rotation
-AIBREED_DESC= Allow AI breeding
-
-MIKMOD_LIB_DEPENDS= libmikmod.so:audio/libmikmod
-MIKMOD_CONFIGURE_ON= --with-libmikmod-prefix=${LOCALBASE}
-
-ROTATE_FIXED_CONFIGURE_ENABLE= rotate-fixed
-
-AIBREED_CONFIGURE_ENABLE= aibreed
-
-.include <bsd.port.mk>