1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/textproc/scws/Makefile

24 lines
458 B
Makefile

# Created by: Jov <amutu@amutu.com>
# $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>