1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/japanese/zinnia/Makefile
Alexey Dokuchaev 5a53bc762b - Trim Makefile header; remove LICENSE_FILE for a well-known license
- Set LICENSE for more specific, albeit more ugly, BSD3CLAUSE
- Remove USE_GMAKE: seems to build fine with BSD default make(1)
- Stagify, set OPTIONS_DEFINE (for DOCS), convert to use PORTDOCS
2014-01-28 10:21:59 +00:00

31 lines
627 B
Makefile

# Created by: Timothy Beyer <beyert@cs.ucr.edu>
# $FreeBSD$
PORTNAME= zinnia
PORTVERSION= 0.06
CATEGORIES= japanese
MASTER_SITES= SF
MAINTAINER= beyert@cs.ucr.edu
COMMENT= Simple, customizable, and portable online handwriting recognition system
LICENSE= BSD3CLAUSE
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>