aboutsummaryrefslogtreecommitdiffstats
path: root/x11/ggiterm/Makefile
blob: 82aeb8851d010d4c2b11f7819e63e68a8c7a8746 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# New ports collection makefile for:    ggiterm
# Date created:     20 October 2003
# Whom:         andi_payn@speedymail.com
#
# $FreeBSD$
#

PORTNAME=   ggiterm
PORTVERSION=    0.7.1
PORTREVISION=   3
CATEGORIES= x11
MASTER_SITES=   SF
DISTNAME=   ${PORTNAME}-${PORTVERSION}

MAINTAINER= antoine.brodin@laposte.net
COMMENT=    A terminal emulator for GGI

LIB_DEPENDS=    ggi.2:${PORTSDIR}/graphics/libggi

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-ggi-prefix=${LOCALBASE}
CONFIGURE_ENV=  CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"

WRKSRC=     ${WRKDIR}/${PORTNAME}-${PORTVERSION}
SUB_FILES=  pkg-message

OPTIONS=    FREETYPE "Build with Freetype support" on

PORTDOCS=   AUTHORS README

.include <bsd.port.pre.mk>

.if !defined(WITHOUT_FREETYPE)
LIB_DEPENDS+=   freetype.9:${PORTSDIR}/print/freetype2
USE_ICONV=  yes
CONFIGURE_ARGS+=--with-ft-prefix=${LOCALBASE}
.else
CONFIGURE_ARGS+=--without-freetype
.endif

MAN1=       ggiterm.1

post-install:
    @${INSTALL_DATA} ${WRKSRC}/ggiterm.termcap ${DATADIR}
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
    @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.post.mk>