diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2011-11-06 21:04:17 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2011-11-06 21:04:17 +0000 |
commit | 14426229207b52b6276b6aa49ef8a8a657f12f8e (patch) | |
tree | d16c54f6f57f2e81ea35571f3ce50cff80f7649e | |
parent | f71a32c91745fa2729a5b52f8b20274ecb7fc961 (diff) | |
download | ports-14426229207b52b6276b6aa49ef8a8a657f12f8e.tar.gz ports-14426229207b52b6276b6aa49ef8a8a657f12f8e.zip |
Notes
-rw-r--r-- | games/gtypist/Makefile | 11 | ||||
-rw-r--r-- | games/gtypist/distinfo | 4 | ||||
-rw-r--r-- | games/gtypist/pkg-plist | 26 |
3 files changed, 35 insertions, 6 deletions
diff --git a/games/gtypist/Makefile b/games/gtypist/Makefile index e141492c8f6a..23dd00830778 100644 --- a/games/gtypist/Makefile +++ b/games/gtypist/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= gtypist -PORTVERSION= 2.8.5 +PORTVERSION= 2.9 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -13,12 +13,12 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= naddy@FreeBSD.org COMMENT= Interactive typing tutor -USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ENV= EMACS=no +CPPFLAGS= -I${WRKDIR}/include MAKE_JOBS_SAFE= yes -INFO= gtypist gtypist.cs +INFO= gtypist gtypist.cs gtypist.es MAN1= gtypist.1 typefortune.1 .if !defined(WITHOUT_NLS) @@ -29,4 +29,9 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif +# wide curses header expected at <ncursesw/ncurses.h> +pre-configure: + @${MKDIR} ${WRKDIR}/include + @${LN} -sf /usr/include ${WRKDIR}/include/ncursesw + .include <bsd.port.mk> diff --git a/games/gtypist/distinfo b/games/gtypist/distinfo index 83fe154b29ca..73b4aba75c2d 100644 --- a/games/gtypist/distinfo +++ b/games/gtypist/distinfo @@ -1,2 +1,2 @@ -SHA256 (gtypist-2.8.5.tar.bz2) = f55b49b2ef7fe0a6822030d788f51bf7e078f21623cd0cb6fdd96aff35e377f1 -SIZE (gtypist-2.8.5.tar.bz2) = 899516 +SHA256 (gtypist-2.9.tar.gz) = d6677e56a58eafc0df3aa8b1d377691a1077032116fa2251a6f1be2d90500bb1 +SIZE (gtypist-2.9.tar.gz) = 1559730 diff --git a/games/gtypist/pkg-plist b/games/gtypist/pkg-plist index fa3ad90a454f..e7a2bd8dd438 100644 --- a/games/gtypist/pkg-plist +++ b/games/gtypist/pkg-plist @@ -1,20 +1,42 @@ @comment $FreeBSD$ bin/gtypist bin/typefortune +share/gtypist/c.typ share/gtypist/cs.typ share/gtypist/d.typ share/gtypist/demo.typ share/gtypist/esp.typ share/gtypist/gtypist.typ +share/gtypist/ktbg.typ +share/gtypist/ktbg_long.typ share/gtypist/ktde.typ +share/gtypist/ktde2.typ +share/gtypist/ktde_neo.typ +share/gtypist/ktde_number.typ share/gtypist/ktdk.typ share/gtypist/ktdk2.typ share/gtypist/ktdvorak.typ +share/gtypist/ktdvorak_abcd.typ +share/gtypist/ktdvorak_es.typ share/gtypist/kten.typ +share/gtypist/ktes.typ +share/gtypist/ktes_cat.typ +share/gtypist/ktfi.typ +share/gtypist/ktfi_kids.typ share/gtypist/ktfr.typ share/gtypist/ktfr2.typ +share/gtypist/kthu.typ +share/gtypist/kthu_expert.typ +share/gtypist/ktit.typ +share/gtypist/ktnl.typ +share/gtypist/ktnl_junior.typ share/gtypist/ktno.typ -share/gtypist/ktnumber.typ +share/gtypist/ktpl.typ +share/gtypist/ktru.typ +share/gtypist/ktru_long.typ +share/gtypist/ktru_slava.typ +share/gtypist/ktsi.typ +share/gtypist/kttr.typ share/gtypist/m.typ share/gtypist/n.typ share/gtypist/q.typ @@ -32,7 +54,9 @@ share/gtypist/v.typ %%NLS%%share/locale/fi/LC_MESSAGES/gtypist.mo %%NLS%%share/locale/fr/LC_MESSAGES/gtypist.mo %%NLS%%share/locale/nl/LC_MESSAGES/gtypist.mo +%%NLS%%share/locale/pl/LC_MESSAGES/gtypist.mo %%NLS%%share/locale/ru/LC_MESSAGES/gtypist.mo +%%NLS%%share/locale/tr/LC_MESSAGES/gtypist.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/gtypist.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/gtypist.mo @dirrm share/gtypist |