summaryrefslogtreecommitdiffstats
path: root/textproc/scim/Makefile
blob: 3b3b9d7ecb12e3db849035b8f3dbfcdf523dfe50 (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
# New ports collection makefile for:    scim
# Date created:     20 May 2004
# Whom:         Jie Gao <gaoj@cpsc.ucalgary.ca>
#
# $FreeBSD$
#

PORTNAME=   scim
PORTVERSION=    1.4.7
PORTREVISION=   1
CATEGORIES= textproc
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=scim

MAINTAINER= lx@FreeBSD.org
COMMENT=    Smart Common Input Method platform

USE_GNOME=  gnomehack gnomehier gtk20 intlhack

USE_AUTOTOOLS=  libtool:15
USE_XLIB=   yes
USE_ICONV=  yes
USE_GMAKE=  yes
USE_LDCONFIG=   yes
USE_GETTEXT=    yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
        PTHREAD_LIBS="${PTHREAD_LIBS}"

.include <bsd.port.pre.mk>

CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \
        LDFLAGS="-L${LOCALBASE}/lib -lintl"

post-patch:
    ${REINPLACE_CMD} -e '/^scim_setup_LDFLAGS/s|=|= ${PTHREAD_LIBS}|' \
            ${WRKSRC}/extras/setup/Makefile.in

post-install:
    @gtk-query-immodules-2.0 > ${LOCALBASE}/etc/gtk-2.0/gtk.immodules
    @${CAT} ${PKGMESSAGE}
    @${ECHO} To display this message again, type pkg_info -D ${PKGNAME}

.include <bsd.port.post.mk>