2014-01-28 11:21:59 +01:00
|
|
|
# Created by: Timothy Beyer <beyert@cs.ucr.edu>
|
2013-09-20 20:47:54 +02:00
|
|
|
# $FreeBSD$
|
2011-02-05 10:40:44 +01:00
|
|
|
|
|
|
|
PORTNAME= zinnia
|
|
|
|
PORTVERSION= 0.06
|
2014-07-25 14:28:52 +02:00
|
|
|
PORTREVISION= 1
|
2011-02-05 10:40:44 +01:00
|
|
|
CATEGORIES= japanese
|
2014-01-28 11:21:59 +01:00
|
|
|
MASTER_SITES= SF
|
2011-02-05 10:40:44 +01:00
|
|
|
|
|
|
|
MAINTAINER= beyert@cs.ucr.edu
|
2014-01-28 11:21:59 +01:00
|
|
|
COMMENT= Simple, customizable, and portable online handwriting recognition system
|
2011-02-05 10:40:44 +01:00
|
|
|
|
2014-01-28 11:21:59 +01:00
|
|
|
LICENSE= BSD3CLAUSE
|
2014-07-25 14:28:52 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2011-02-05 10:40:44 +01:00
|
|
|
|
2014-07-25 14:28:52 +02:00
|
|
|
USES= libtool
|
2011-02-05 10:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
2014-01-28 11:21:59 +01:00
|
|
|
PORTDOCS= index-ja.html index.html
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= DOCS
|
2011-02-05 10:40:44 +01:00
|
|
|
|
|
|
|
post-patch:
|
2014-01-28 11:21:59 +01:00
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
'/^pkgconfigdir/s!=.*!= ${PREFIX}/libdata/pkgconfig!' \
|
|
|
|
${WRKSRC}/Makefile.in
|
2011-02-05 10:40:44 +01:00
|
|
|
|
|
|
|
post-install:
|
2014-01-28 11:21:59 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${STAGEDIR}${DOCSDIR}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|