1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/games/gtypist/Makefile
2014-04-17 21:23:35 +00:00

36 lines
697 B
Makefile

# $FreeBSD$
PORTNAME= gtypist
PORTVERSION= 2.9.4
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= naddy@FreeBSD.org
COMMENT= Interactive typing tutor
LICENSE= GPLv3
USES= iconv shebangfix tar:xz
GNU_CONFIGURE= yes
CONFIGURE_ENV= EMACS=no
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
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
# wide curses header expected at <ncursesw/ncurses.h>
pre-configure:
@${MKDIR} ${WRKDIR}/include
@${LN} -sf /usr/include ${WRKDIR}/include/ncursesw
.include <bsd.port.mk>