aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/scws/Makefile
blob: 97fbe22ab9d363510aac05c06ade65b308d0c53d (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
# Created by: Jov <ports@FreeBSD.org>
# $FreeBSD$

PORTNAME=   scws
PORTVERSION=    1.2.3
CATEGORIES= textproc
MASTER_SITES=   http://www.xunsearch.com/scws/down/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Simple Chinese word segmentation program and lib

LICENSE=    BSD2CLAUSE

GNU_CONFIGURE=  yes
USES=       gmake libtool:keepla tar:bzip2
USE_LDCONFIG=   yes

CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/scws \
        --with-pic

INSTALL_TARGET=install-strip

.include <bsd.port.mk>