diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2008-04-13 18:19:53 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2008-04-13 18:19:53 +0000 |
commit | c3d52440d0053298e2f07f6a0bc076a9e3bc24d6 (patch) | |
tree | b9acb3a81de837d71a5e7f81a3f1d9c9992f8dac /textproc/linux-f10-scim-libs/Makefile | |
parent | 7121799150923153c07eddd0dc9d205de3436d6d (diff) | |
download | ports-c3d52440d0053298e2f07f6a0bc076a9e3bc24d6.tar.gz ports-c3d52440d0053298e2f07f6a0bc076a9e3bc24d6.zip |
Notes
Diffstat (limited to 'textproc/linux-f10-scim-libs/Makefile')
-rw-r--r-- | textproc/linux-f10-scim-libs/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/textproc/linux-f10-scim-libs/Makefile b/textproc/linux-f10-scim-libs/Makefile new file mode 100644 index 000000000000..1970b99b1f8d --- /dev/null +++ b/textproc/linux-f10-scim-libs/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: linux-scim-libs +# Date created: 8 January 2008 +# Whom: hrs +# +# $FreeBSD$ +# + +PORTNAME= scim-libs +PORTVERSION= 1.4.4 +CATEGORIES= textproc linux +MASTER_SITE_SUBDIR= ../extras/${LINUX_DIST_VER}/${LINUX_RPM_ARCH} +DISTNAME= ${PORTNAME}-${PORTVERSION}-1.fc4 + +MAINTAINER= hrs@FreeBSD.org +COMMENT= Smart Common Input Method platform, library part, Linux binary + +RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-x11-2.0.so.0:${PORTSDIR}/x11-toolkits/linux-gtk2 + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX_RPM= yes +LINUX_DIST_VER= 4 +USE_LDCONFIG= yes +PLIST_SUB= LINUX_RPM_ARCH=${LINUX_RPM_ARCH} + +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> |