1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Stagify

- Use new LIB_DEPENDS syntax
- Convert USE_XZ to USES

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2014-07-03 17:33:14 +00:00
parent 383e224d22
commit 0554e323ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360424

View File

@ -13,16 +13,14 @@ COMMENT= Hangul support for Fcitx
LICENSE= GPLv2
LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \
hangul:${PORTSDIR}/korean/libhangul
LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \
libhangul.so:${PORTSDIR}/korean/libhangul
USE_XZ= yes
USES= cmake gettext pkgconfig
USES= cmake gettext pkgconfig tar:xz
USE_GNOME= intltool
INSTALLS_ICONS= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lintl
NO_STAGE= yes
.include <bsd.port.mk>