mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
- Strip libraries
This commit is contained in:
parent
dbb402ee58
commit
c2a552709c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365016
@ -3,9 +3,9 @@
|
||||
|
||||
PORTNAME= chasen
|
||||
PORTVERSION= 2.4.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= japanese textproc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
|
||||
MASTER_SITE_SUBDIR= chasen-legacy/56305
|
||||
MASTER_SITES= SOURCEFORGE_JP/chasen-legacy/56305
|
||||
PKGNAMESUFFIX= -base
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
@ -13,11 +13,11 @@ COMMENT= Japanese Morphological Analysis System
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/darts.h:${PORTSDIR}/devel/darts
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-darts=${LOCALBASE}/include ${ICONV_CONFIGURE_BASE}
|
||||
USES= iconv
|
||||
USES= iconv libtool
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
@ -3,9 +3,9 @@ bin/chasen
|
||||
bin/chasen-config
|
||||
include/chasen.h
|
||||
lib/libchasen.a
|
||||
lib/libchasen.la
|
||||
lib/libchasen.so
|
||||
lib/libchasen.so.2
|
||||
lib/libchasen.so.2.0.4
|
||||
libexec/chasen/makeda
|
||||
libexec/chasen/makemat
|
||||
@dirrm libexec/chasen
|
||||
|
Loading…
Reference in New Issue
Block a user