aboutsummaryrefslogtreecommitdiff
path: root/chinese/libpinyin/Makefile
blob: 64aabe0140b743f5011c55c3b55130f6ff370996 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Created by: Zhihao Yuan <lichray@gmail.com>

PORTNAME=	libpinyin
PORTVERSION=	2.3.0
CATEGORIES=	chinese textproc
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}

MAINTAINER=	lichray@gmail.com
COMMENT=	Library to deal with pinyin

LICENSE=	GPLv2

USES=		bdb compiler:c++11-lang gmake gnome libtool pathfix pkgconfig
USE_GNOME=	glib20

GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

CONFIGURE_ARGS+=CPPFLAGS="-I${LOCALBASE}/include \
		-I${BDB_INCLUDE_DIR}" \
		LDFLAGS="-L${LOCALBASE}/lib -l${BDB_LIB_NAME}"
INSTALL_TARGET=install-strip

OPTIONS_DEFINE=	NLS

NLS_USES=	gettext

PLIST_SUB+=	VER=${PORTVERSION}

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpinyin.so.13.0.0

.include <bsd.port.mk>