1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/chinese/fcitx-sunpinyin/Makefile
Cheng-Lung Sung bc9c6967eb - remove the x11 sub-categories of the fcitx-* ports, and put their distfiles
together

PR:		ports/162487
Submitted by:	maintainer (Zhihao Yuan)
Feature safe:	yes
2011-11-14 00:41:34 +00:00

32 lines
607 B
Makefile

# New ports collection makefile for: fcitx-sunpinyin
# Date created: 10 Nov 2011
# Whom: Zhihao Yuan <lichray@gmail.com>
#
# $FreeBSD$
#
PORTNAME= fcitx-sunpinyin
PORTVERSION= 0.3.2
CATEGORIES= chinese
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DIST_SUBDIR= fcitx
MAINTAINER= lichray@gmail.com
COMMENT= SunPinyin support for Fcitx
LIB_DEPENDS= fcitx-config.4:${PORTSDIR}/chinese/fcitx \
sunpinyin.3:${PORTSDIR}/chinese/sunpinyin
USE_BZIP2= yes
USE_GETTEXT= yes
USE_CMAKE= yes
USE_GNOME= intltool
INSTALLS_ICONS= yes
PROJECTHOST= fcitx
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>