blob: 56f55fca4d6c66a509b39df596fbc7954d337c70 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# $FreeBSD$
# Date created: 15 Aug 2010
# Whom: Timothy Beyer <beyert@cs.ucr.edu>
#
# $FreeBSD$
#
PORTNAME= zinnia
PORTVERSION= 0.6.0
CATEGORIES= japanese
MASTER_SITES= SF/zinnia/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION}-20080911
PKGNAMESUFFIX= -tomoe
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}-20080911
MAINTAINER= beyert@cs.ucr.edu
COMMENT= Handwriting Recognition files for Zinnia (Tomoe Data)
LIB_DEPENDS= zinnia.0:${PORTSDIR}/japanese/zinnia
RUN_DEPENDS= zinnia:${PORTSDIR}/japanese/zinnia
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
USE_BZIP2= yes
GMAKE= yes
GNU_CONFIGURE= yes
NO_STAGE= yes
.include <bsd.port.mk>
|