aboutsummaryrefslogtreecommitdiff
path: root/games/gtypist
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2014-04-17 21:23:35 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2014-04-17 21:23:35 +0000
commit6127877a65f5caba057320c17ac67e9cf3b02945 (patch)
tree37da70aa9c12ea71e72b6be02bc27c1e76032248 /games/gtypist
parent504faa166f8b0bff35ef8010f12999e600869f89 (diff)
downloadports-6127877a65f5caba057320c17ac67e9cf3b02945.tar.gz
ports-6127877a65f5caba057320c17ac67e9cf3b02945.zip
Update to 2.9.4 for minor fixes.
Notes
Notes: svn path=/head/; revision=351498
Diffstat (limited to 'games/gtypist')
-rw-r--r--games/gtypist/Makefile11
-rw-r--r--games/gtypist/distinfo4
-rw-r--r--games/gtypist/files/patch-src_Makefile.in11
3 files changed, 10 insertions, 16 deletions
diff --git a/games/gtypist/Makefile b/games/gtypist/Makefile
index b065806398c0..d547f0194a47 100644
--- a/games/gtypist/Makefile
+++ b/games/gtypist/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= gtypist
-PORTVERSION= 2.9.3
+PORTVERSION= 2.9.4
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -9,13 +9,18 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= naddy@FreeBSD.org
COMMENT= Interactive typing tutor
-USES= iconv tar:xz
+LICENSE= GPLv3
+
+USES= iconv shebangfix tar:xz
GNU_CONFIGURE= yes
CONFIGURE_ENV= EMACS=no
-CPPFLAGS+= -I${WRKDIR}/include
+CPPFLAGS+= -I${LOCALBASE}/include -I${WRKDIR}/include
+LDFLAGS+= -L${LOCALBASE}/libs
INFO= gtypist gtypist.cs gtypist.es
+SHEBANG_FILES= typefortune
+
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
diff --git a/games/gtypist/distinfo b/games/gtypist/distinfo
index a49161ab6e5b..39dbad9644ba 100644
--- a/games/gtypist/distinfo
+++ b/games/gtypist/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gtypist-2.9.3.tar.xz) = bc6b983eaa5b9c3b1050130362c6dfeeb8de97eb872cfc613291291608523c6b
-SIZE (gtypist-2.9.3.tar.xz) = 1057248
+SHA256 (gtypist-2.9.4.tar.xz) = 18e71d0663af58bee156a749115fb6ead5791068a9f531f9db0ec2782025c5a1
+SIZE (gtypist-2.9.4.tar.xz) = 927080
diff --git a/games/gtypist/files/patch-src_Makefile.in b/games/gtypist/files/patch-src_Makefile.in
deleted file mode 100644
index b31d9b8ac02e..000000000000
--- a/games/gtypist/files/patch-src_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile.in.orig 2013-06-05 20:50:08.000000000 +0200
-+++ src/Makefile.in 2013-09-30 18:05:37.000000000 +0200
-@@ -358,7 +358,7 @@ top_srcdir = @top_srcdir@
- gtypist_SOURCES = gtypist.c cursmenu.c script.c error.c getopt.c getopt1.c \
- cursmenu.h error.h getopt.h gettext.h gtypist.h script.h utf8.c utf8.h
-
--gtypist_LDADD = @LIBINTL@
-+gtypist_LDADD = @LIBINTL@ @LIBICONV@
- AM_CPPFLAGS = -I../intl \
- -DDATADIR=\"$(pkgdatadir)\" \
- -DLOCALEDIR=\"$(datadir)/locale\"