diff options
author | danfe <danfe@FreeBSD.org> | 2014-01-28 17:58:20 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2014-01-28 17:58:20 +0800 |
commit | 1fd8aea3396c7ae732e13fea74e5d4ca5dbe8ba7 (patch) | |
tree | ee6744d694637d3a7e9b238d7d3a258d1050aba4 /japanese/zinnia-tomoe | |
parent | 11e6afdc33e4c714382e02122ff657c28f318566 (diff) | |
download | freebsd-ports-gnome-1fd8aea3396c7ae732e13fea74e5d4ca5dbe8ba7.tar.gz freebsd-ports-gnome-1fd8aea3396c7ae732e13fea74e5d4ca5dbe8ba7.tar.zst freebsd-ports-gnome-1fd8aea3396c7ae732e13fea74e5d4ca5dbe8ba7.zip |
- Trim Makefile header; remove LICENSE_FILE for a well-known license (LGPL21)
- Modernize LIB_DEPENDS, remove bogus GMAKE knob, touch COMMENT, and stagify
Diffstat (limited to 'japanese/zinnia-tomoe')
-rw-r--r-- | japanese/zinnia-tomoe/Makefile | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/japanese/zinnia-tomoe/Makefile b/japanese/zinnia-tomoe/Makefile index 56f55fca4d6c..46b5e14d70c7 100644 --- a/japanese/zinnia-tomoe/Makefile +++ b/japanese/zinnia-tomoe/Makefile @@ -1,11 +1,6 @@ +# Created by: Timothy Beyer <beyert@cs.ucr.edu> # $FreeBSD$ -# Date created: 15 Aug 2010 -# Whom: Timothy Beyer <beyert@cs.ucr.edu> -# -# $FreeBSD$ -# - PORTNAME= zinnia PORTVERSION= 0.6.0 CATEGORIES= japanese @@ -14,17 +9,14 @@ PKGNAMESUFFIX= -tomoe DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}-20080911 MAINTAINER= beyert@cs.ucr.edu -COMMENT= Handwriting Recognition files for Zinnia (Tomoe Data) +COMMENT= Handwriting recognition files for Zinnia (Tomoe data) -LIB_DEPENDS= zinnia.0:${PORTSDIR}/japanese/zinnia +LIB_DEPENDS= libzinnia.so:${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> |