mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
28 lines
664 B
Makefile
28 lines
664 B
Makefile
# Created by: bsam
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= scim-libs
|
|
PORTVERSION= 1.4.7
|
|
PORTREVISION= 2
|
|
CATEGORIES= textproc linux
|
|
MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER}
|
|
PKGNAMEPREFIX= linux-f10-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Smart Common Input Method libraries (Linux Fedora 10)
|
|
|
|
CONFLICTS= linux-scim-libs-[0-9]* linux-f8-scim-libs-[0-9]*
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
USE_LINUX_RPM= yes
|
|
USE_LINUX_APPS= gtk2
|
|
LINUX_DIST_VER= 10
|
|
RPMVERSION= 35.fc10
|
|
USE_LDCONFIG= yes
|
|
SRC_DISTFILES= scim-${PORTVERSION}-${RPMVERSION}.src.rpm
|
|
|
|
DESCR= ${.CURDIR}/../scim/pkg-descr
|
|
|
|
.include <bsd.port.mk>
|