Date: Tue, 28 Jan 2014 09:58:21 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341529 - head/japanese/zinnia-tomoe Message-ID: <201401280958.s0S9wLHd006369@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Tue Jan 28 09:58:20 2014 New Revision: 341529 URL: http://svnweb.freebsd.org/changeset/ports/341529 QAT: https://qat.redports.org/buildarchive/r341529/ Log: - Trim Makefile header; remove LICENSE_FILE for a well-known license (LGPL21) - Modernize LIB_DEPENDS, remove bogus GMAKE knob, touch COMMENT, and stagify Modified: head/japanese/zinnia-tomoe/Makefile Modified: head/japanese/zinnia-tomoe/Makefile ============================================================================== --- head/japanese/zinnia-tomoe/Makefile Tue Jan 28 09:58:19 2014 (r341528) +++ head/japanese/zinnia-tomoe/Makefile Tue Jan 28 09:58:20 2014 (r341529) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401280958.s0S9wLHd006369>