2013-09-03 21:51:12 +02:00
|
|
|
# Created by: Jie Gao <gaoj@cpsc.ucalgary.ca>
|
2004-07-03 00:35:29 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= scim
|
2011-07-20 23:58:26 +02:00
|
|
|
PORTVERSION= 1.4.9
|
2013-10-22 14:10:35 +02:00
|
|
|
PORTREVISION= 2
|
2004-07-03 00:35:29 +02:00
|
|
|
CATEGORIES= textproc
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
MASTER_SITES= SF
|
2004-10-18 23:35:11 +02:00
|
|
|
|
2007-04-29 04:58:22 +02:00
|
|
|
MAINTAINER= lx@FreeBSD.org
|
2004-07-03 00:35:29 +02:00
|
|
|
COMMENT= Smart Common Input Method platform
|
|
|
|
|
2013-10-22 14:10:35 +02:00
|
|
|
LICENSE= LGPL21
|
2004-07-03 00:35:29 +02:00
|
|
|
|
2013-10-22 14:10:35 +02:00
|
|
|
USE_GNOME= gnomehier gtk20 intlhack
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= x11 xpm
|
2007-04-29 02:29:21 +02:00
|
|
|
USE_LDCONFIG= yes
|
2013-10-22 14:10:35 +02:00
|
|
|
USES= gettext gmake iconv pathfix pkgconfig
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-07-03 00:35:29 +02:00
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__
|
2013-09-13 19:14:53 +02:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib -lintl ${ICONV_LIB}
|
2004-07-03 00:35:29 +02:00
|
|
|
|
2005-01-25 01:41:24 +01:00
|
|
|
post-patch:
|
2013-10-22 14:10:35 +02:00
|
|
|
@${REINPLACE_CMD} 's/-lstdc++//' \
|
|
|
|
${WRKSRC}/extras/gtk2_immodule/Makefile.in \
|
|
|
|
${WRKSRC}/extras/setup/Makefile.in \
|
|
|
|
${WRKSRC}/src/Makefile.in \
|
|
|
|
${WRKSRC}/tests/Makefile.in
|
2004-07-03 00:35:29 +02:00
|
|
|
|
2013-10-22 14:10:35 +02:00
|
|
|
.include <bsd.port.mk>
|