mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
22 lines
516 B
Makefile
22 lines
516 B
Makefile
# Created by: Timothy Beyer <beyert@cs.ucr.edu>
|
|
|
|
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= libzinnia.so:japanese/zinnia
|
|
RUN_DEPENDS= zinnia:japanese/zinnia
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USES= tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|