24 lines
476 B
Makefile
24 lines
476 B
Makefile
# $OpenBSD: Makefile,v 1.3 2008/07/25 09:43:31 fgsch Exp $
|
|
COMMENT= japanese handwriting recognition library
|
|
|
|
DISTNAME= tomoe-0.2.1
|
|
|
|
HOMEPAGE= http://tomoe.sourceforge.jp/
|
|
MASTER_SITES= http://osdn.dl.sourceforge.jp/tomoe/16048/
|
|
|
|
CATEGORIES= japanese inputmethods
|
|
|
|
SHARED_LIBS= tomoe 0.0
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
USE_LIBTOOL= Yes
|
|
WANTLIB= c m
|
|
|
|
.include <bsd.port.mk>
|