blob: 232b64c2d5896731b64acb7942fce9d87ec1c32e (
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
|
# New ports collection makefile for: scim-table-imengine
# Date created: 01 March 2005
# Whom: Jie Gao <gaoj@cpsc.ucalgary.ca>
#
# $FreeBSD$
#
PORTNAME= scim-table-imengine
PORTVERSION= 0.5.1
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=scim
DISTNAME= scim-tables-${PORTVERSION}
MAINTAINER= gaoj@cpsc.ucalgary.ca
COMMENT= SCIM table based input method engine
LIB_DEPENDS= scim-1.0.6:${PORTSDIR}/textproc/scim
USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_LIBTOOL_VER= 15
USE_GNOME= intlhack
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500035
EXTRA_PATCHES= ${FILESDIR}/extrapatch-4-stable-src-Makefile.in
.endif
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \
LDFLAGS="-L${LOCALBASE}/lib -lintl"
post-install:
.if ${OSVERSION} < 500035
@${INSTALL_SCRIPT} ${FILESDIR}/scim-make-table.sh ${PREFIX}/bin/scim-make-table
.endif
@${CAT} ${PKGMESSAGE}
@${ECHO}
@${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\'
@${ECHO}
.include <bsd.port.post.mk>
|