aboutsummaryrefslogtreecommitdiffstats
path: root/chinese
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-06-08 00:53:36 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-06-08 00:53:36 +0800
commit4fd8acce3b7eb5ec061cd95230956c9446f4e60b (patch)
tree54429790b5031c3a88f2c4a3bb73d4317fcf7ab4 /chinese
parentd59a0120c3fb51f159c729dc6d87d26a3a601d81 (diff)
downloadfreebsd-ports-graphics-4fd8acce3b7eb5ec061cd95230956c9446f4e60b.tar.gz
freebsd-ports-graphics-4fd8acce3b7eb5ec061cd95230956c9446f4e60b.tar.zst
freebsd-ports-graphics-4fd8acce3b7eb5ec061cd95230956c9446f4e60b.zip
- Style improvements
Diffstat (limited to 'chinese')
-rw-r--r--chinese/libchewing/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/chinese/libchewing/Makefile b/chinese/libchewing/Makefile
index 81d6ad1e37d..2beccc27efa 100644
--- a/chinese/libchewing/Makefile
+++ b/chinese/libchewing/Makefile
@@ -11,11 +11,13 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Chewing intelligent phonetic input method library
LICENSE= LGPL21
-LICENSE_FILE= ${WRKSRC}/COPYING
+LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo
LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3
+BROKEN_powerpc= does not install on powerpc: signal 6
+
USES= cmake gmake libtool pathfix pkgconfig tar:bzip2
USE_LDCONFIG= yes
USE_GITHUB= yes
@@ -25,10 +27,4 @@ CMAKE_ARGS+= -DMAKEINFO=${LOCALBASE}/bin/makeinfo
CFLAGS+= -I${LOCALBASE}/include
INFO= libchewing
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "powerpc"
-BROKEN= Does not install on powerpc: signal 6
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>