blob: ff03e489f84137abb820e7a960b1ec4d5fe47a8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
PORTNAME= gtypist
PORTVERSION= 2.9.5
PORTREVISION= 2
CATEGORIES= games education
MASTER_SITES= GNU
MAINTAINER= naddy@FreeBSD.org
COMMENT= Interactive typing tutor
LICENSE= GPLv3
USES= iconv ncurses shebangfix tar:xz
GNU_CONFIGURE= yes
CONFIGURE_ENV= EMACS=no \
ac_cv_header_ncursesw_ncurses_h=yes
CPPFLAGS+= -I${LOCALBASE}/include -I${WRKDIR}/include
CPPFLAGS+= -I${NCURSESINC}
LDFLAGS+= -L${LOCALBASE}/libs
INFO= gtypist gtypist.cs gtypist.es
SHEBANG_FILES= typefortune
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
post-patch:
${REINPLACE_CMD} -e 's|<ncursesw/ncurses.h>|<ncurses.h>|' \
${WRKSRC}/src/error.c \
${WRKSRC}/src/cursmenu.c \
${WRKSRC}/src/script.c \
${WRKSRC}/src/gtypist.c \
${WRKSRC}/src/utf8.c
${REINPLACE_CMD} -e 's/-lncursesw/-l${NCURSES_IMPL}/g' ${WRKSRC}/configure
.include <bsd.port.mk>
|