00551f0979
- Add LICENSE
35 lines
822 B
Makefile
35 lines
822 B
Makefile
# Created by: Yinghong Liu <relaxbsd@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= scim
|
|
PORTVERSION= 3.1.1
|
|
PORTREVISION= 8
|
|
CATEGORIES= chinese
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-fcitx/${PORTVERSION}
|
|
PKGNAMESUFFIX= -fcitx
|
|
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}.${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= SCIM IMEngine module for fcitx
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
USES= tar:bzip2 gmake libtool:keepla pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
WRKSRC= ${WRKDIR}/fcitx
|
|
|
|
CONFIGURE_ENV+= SCIM_DATADIR=${PREFIX}/share/scim \
|
|
SCIM_ICONDIR=${PREFIX}/share/scim/icons
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib -lintl
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
.include <bsd.port.mk>
|