freebsd-ports/japanese/zinnia/Makefile
Dmitry Marakasov 225609d72c - Switch to USES=libtool, drop .la files
- Add LICENSE_FILE

Approved by:	portmgr blanket
2014-07-25 12:28:52 +00:00

34 lines
690 B
Makefile

# Created by: Timothy Beyer <beyert@cs.ucr.edu>
# $FreeBSD$
PORTNAME= zinnia
PORTVERSION= 0.06
PORTREVISION= 1
CATEGORIES= japanese
MASTER_SITES= SF
MAINTAINER= beyert@cs.ucr.edu
COMMENT= Simple, customizable, and portable online handwriting recognition system
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
PORTDOCS= index-ja.html index.html
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e \
'/^pkgconfigdir/s!=.*!= ${PREFIX}/libdata/pkgconfig!' \
${WRKSRC}/Makefile.in
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>