blob: 894e731c3e82fb5649dc2cc58f83233825f275e1 (
plain) (
blame)
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
|
# New ports collection makefile for: klavaro
# Date created: 26 March 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= klavaro
PORTVERSION= 1.1.8
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= h.skuhra@gmail.com
COMMENT= Touchtyping trainer
USE_BZIP2= yes
USE_GNOME= gtk20
USE_GETTEXT= yes
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
MAN1= ${PORTNAME}.1 ${PORTNAME}_helper.1
LIB_DEPENDS+= curl.5:${PORTSDIR}/ftp/curl
.include <bsd.port.mk>
|