mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Switch to USES=libtool, drop .la files
- Add LICENSE_FILE Approved by: portmgr blanket
This commit is contained in:
parent
c4adc3a2b2
commit
225609d72c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362888
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= zinnia
|
||||
PORTVERSION= 0.06
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= japanese
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -10,7 +11,9 @@ MAINTAINER= beyert@cs.ucr.edu
|
||||
COMMENT= Simple, customizable, and portable online handwriting recognition system
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
@ -4,8 +4,8 @@ bin/zinnia_learn
|
||||
include/zinnia.h
|
||||
include/zinnia/zinnia.h
|
||||
lib/libzinnia.a
|
||||
lib/libzinnia.la
|
||||
lib/libzinnia.so
|
||||
lib/libzinnia.so.0
|
||||
lib/libzinnia.so.0.0.0
|
||||
libdata/pkgconfig/zinnia.pc
|
||||
@dirrm include/zinnia
|
||||
|
Loading…
Reference in New Issue
Block a user