freebsd-ports/textproc/linux-f10-scim-gtk/Makefile
Tijl Coosemans aea21b3b36 - In Uses/linux.mk use the loop variable directly when appending to
*_DEPENDS.  Helper variables derived from the loop variable aren't
  expanded causing *_DEPENDS to be incorrect.
- Bump all ports with more than one value in USE_LINUX.

PR:		211645
Reported by:	jkim
2016-09-07 12:43:22 +00:00

22 lines
449 B
Makefile

# Created by: bsam
# $FreeBSD$
PORTNAME= scim-gtk
PORTVERSION= 1.4.7
PORTREVISION= 3
CATEGORIES= textproc linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Smart Common Input Method platform, gtk module, (Linux Fedora 10)
CONFLICTS= linux-scim-gtk-[0-9]*
USES= linux:f10
USE_LINUX_RPM= yes
USE_LINUX= gtk2 scimlibs
RPMVERSION= 35.fc10
USE_LDCONFIG= yes
SRC_DISTFILES= scim-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE
.include <bsd.port.mk>