2012-12-16 17:25:42 +01:00
|
|
|
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
2007-03-25 22:24:58 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= klavaro
|
2014-12-02 22:51:42 +01:00
|
|
|
PORTVERSION= 3.01
|
2016-12-08 18:01:31 +01:00
|
|
|
PORTREVISION= 1
|
2007-03-25 22:24:58 +02:00
|
|
|
CATEGORIES= games
|
2009-10-21 11:49:57 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/
|
2007-03-25 22:24:58 +02:00
|
|
|
|
2008-09-07 23:58:37 +02:00
|
|
|
MAINTAINER= h.skuhra@gmail.com
|
2007-03-25 22:24:58 +02:00
|
|
|
COMMENT= Touchtyping trainer
|
|
|
|
|
2011-08-01 19:48:07 +02:00
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libcurl.so:ftp/curl
|
2013-09-25 15:53:51 +02:00
|
|
|
|
2014-09-25 17:18:27 +02:00
|
|
|
USES= pkgconfig gettext gmake iconv tar:bzip2
|
2014-12-02 22:51:42 +01:00
|
|
|
USE_GNOME= gtk30 intlhack
|
2009-10-21 11:49:57 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
|
2014-12-02 22:51:42 +01:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -rdynamic
|
2014-09-25 17:18:27 +02:00
|
|
|
LIBS+= -L${LOCALBASE}/lib
|
2009-10-21 11:49:57 +02:00
|
|
|
|
2007-03-25 22:24:58 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2009-01-27 20:26:04 +01:00
|
|
|
|
2011-04-13 09:22:09 +02:00
|
|
|
post-extract:
|
|
|
|
@${REINPLACE_CMD} -e 's|/usr|${PREFIX}|' \
|
|
|
|
${WRKSRC}/data/klavaro.desktop.in
|
|
|
|
|
2013-09-25 15:53:51 +02:00
|
|
|
pre-build:
|
|
|
|
@${REINPLACE_CMD} -e 's|^am__append_1|#am__append_1|' \
|
|
|
|
${WRKSRC}/src/Makefile
|
|
|
|
|
2014-12-02 22:51:42 +01:00
|
|
|
post-install:
|
|
|
|
@${RM} -r ${STAGEDIR}${PREFIX}/lib
|
|
|
|
|
2007-03-25 22:24:58 +02:00
|
|
|
.include <bsd.port.mk>
|