blob: 67d6cceace2caa69a8592f3399246ea470892df0 (
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
29
30
31
32
33
34
|
# New ports collection makefile for: gtypist
# Date created: 2001-05-18
# Whom: Christian Weisgerber <naddy@mips.inka.de>
#
# $FreeBSD$
PORTNAME= gtypist
PORTVERSION= 2.6
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= naddy@FreeBSD.org
# requires autoconf 2.5
BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf
LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
CONFIG_SHELL="${SH}" \
EMACS=no
MAN1= gtypist.1 typefortune.1
post-patch:
@cd ${CONFIGURE_WRKSRC} && ${LOCALBASE}/bin/autoconf
# Note:
# Reformatting the info documentation would require makeinfo 4.2,
# so we'll install multiple gtypist.info-* files as included.
.include <bsd.port.mk>
|