mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
bcaf26b256
Add USES=xorg and USES=gl to ports in categories starting with 't' While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
34 lines
747 B
Makefile
34 lines
747 B
Makefile
# Created by: Jie Gao <gaoj@cpsc.ucalgary.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= scim
|
|
PORTVERSION= 1.4.9
|
|
PORTREVISION= 6
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= lx@FreeBSD.org
|
|
COMMENT= Smart Common Input Method platform
|
|
|
|
LICENSE= LGPL21
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USES= compiler:c++11-lang gettext gmake gnome iconv libtool pathfix \
|
|
pkgconfig xorg
|
|
USE_GNOME= gtk20 intlhack
|
|
USE_XORG= x11 xpm
|
|
USE_LDCONFIG= yes
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's/-lstdc++//' \
|
|
${WRKSRC}/extras/gtk2_immodule/Makefile.in \
|
|
${WRKSRC}/extras/setup/Makefile.in \
|
|
${WRKSRC}/src/Makefile.in \
|
|
${WRKSRC}/tests/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|