diff options
-rw-r--r-- | games/armagetron/Makefile | 6 | ||||
-rw-r--r-- | games/armagetron/distinfo | 4 | ||||
-rw-r--r-- | games/armagetron/files/patch-configure | 21 |
3 files changed, 6 insertions, 25 deletions
diff --git a/games/armagetron/Makefile b/games/armagetron/Makefile index af7914196013..5413dd621cc6 100644 --- a/games/armagetron/Makefile +++ b/games/armagetron/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= armagetron -PORTVERSION= 0.2.8.3.2 -PORTREVISION= 5 +PORTVERSION= 0.2.8.3.3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}ad/stable/${PORTVERSION}/ DISTNAME= armagetronad-${PORTVERSION} @@ -12,6 +11,9 @@ EXTRACT_SUFX= .src.tar.bz2 MAINTAINER= ianthetechie@gmail.com COMMENT= Multiplayer networked Tron clone in 3D +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + USES= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-etc --disable-initscripts diff --git a/games/armagetron/distinfo b/games/armagetron/distinfo index 77edc365bb87..e36013abf1c7 100644 --- a/games/armagetron/distinfo +++ b/games/armagetron/distinfo @@ -1,2 +1,2 @@ -SHA256 (armagetronad-0.2.8.3.2.src.tar.bz2) = f444e481de94e6c0e3933c709d46effd2adfe823f5ef44768adcc8003b8ba7c5 -SIZE (armagetronad-0.2.8.3.2.src.tar.bz2) = 1841407 +SHA256 (armagetronad-0.2.8.3.3.src.tar.bz2) = ddf2d781b134392e9667f17e0319ae2117c20e6eb7738e3cacd701f3608ea5e8 +SIZE (armagetronad-0.2.8.3.3.src.tar.bz2) = 1857868 diff --git a/games/armagetron/files/patch-configure b/games/armagetron/files/patch-configure deleted file mode 100644 index 31cfb708b64b..000000000000 --- a/games/armagetron/files/patch-configure +++ /dev/null @@ -1,21 +0,0 @@ -diff -Nur configure.orig configure ---- configure.orig 2013-12-16 15:45:20.000000000 +0400 -+++ configure 2013-12-16 15:46:48.000000000 +0400 -@@ -10629,12 +10629,12 @@ - CPPFLAGS="$CPPFLAGS `libpng-config --cflags`" - LIBS="$LIBS $PNGLIBS" - --ac_fn_c_check_func "$LINENO" "png_check_sig" "ac_cv_func_png_check_sig" --if test "x$ac_cv_func_png_check_sig" = x""yes; then : -+# ac_fn_c_check_func "$LINENO" "png_check_sig" "ac_cv_func_png_check_sig" -+# if test "x$ac_cv_func_png_check_sig" = x""yes; then : - --else -- as_fn_error "You need libpng to compile Armagetron." "$LINENO" 5 --fi -+# else -+# as_fn_error "You need libpng to compile Armagetron." "$LINENO" 5 -+# fi - - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -ljpeg" >&5 |