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

PORTNAME=   scim-pinyin
PORTVERSION=    0.5.0
CATEGORIES= chinese
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=scim

MAINTAINER= gaoj@cpsc.ucalgary.ca
COMMENT=    SCIM Chinese Smart Pinyin input method

BUILD_DEPENDS=  scim:${PORTSDIR}/textproc/scim
RUN_DEPENDS=    ${BUILD_DEPENDS}

USE_GNOME=  gnomehack lthack
USE_X_PREFIX=   yes
USE_ICONV=  yes
USE_GMAKE=  yes
USE_LIBTOOL_VER=    15

CONFIGURE_ENV=  PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
        PTHREAD_LIBS="${PTHREAD_LIBS}"

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500035
BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
RUN_DEPENDS+=   ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/stlport" \
        LDFLAGS="-L${LOCALBASE}/lib -lstlport_gcc -lintl ${PTHREAD_LIBS}"
.else
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \
        LDFLAGS="-L${LOCALBASE}/lib -lintl"
.endif

post-install:
    @${CAT} ${PKGMESSAGE}
    @${ECHO}
    @${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\'
    @${ECHO}

.include <bsd.port.post.mk>