blob: 6eabf36fcb49f02d6a9d5298ac66ff24c84ef30a (
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
|
# New ports collection makefile for: textproc/linux-f8-scim-gtk
# Date created: 2009-03-30
# Whom: bsam
#
# $FreeBSD$
#
PORTNAME= scim-gtk
PORTVERSION= 1.4.7
PORTREVISION= 2
CATEGORIES= textproc linux
PKGNAMEPREFIX= linux-f8-
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Smart Common Input Method platform, gtk module, (Linux Fedora 8)
CONFLICTS= linux-scim-gtk-[0-9]* linux-f10-scim-gtk-[0-9]*
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX_RPM= yes
USE_LINUX_APPS= gtk2 scimlibs
LINUX_DIST_VER= 8
RPMVERSION= 7.fc8
USE_LDCONFIG= yes
SRC_DISTFILES= scim-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}
post-install:
@chroot ${PREFIX} /usr/bin/gtk-query-immodules-2.0-32 > ${PREFIX}/etc/gtk-2.0/${LINUX_RPM_ARCH}-redhat-linux-gnu/gtk.immodules
.include <bsd.port.mk>
|