mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket Approved by: kwm
This commit is contained in:
parent
fd8113351c
commit
ea59f9f276
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364038
2 changed files with 3 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
PORTNAME= libunicode
|
PORTNAME= libunicode
|
||||||
PORTVERSION= 0.4
|
PORTVERSION= 0.4
|
||||||
PORTREVISION= 9
|
PORTREVISION= 10
|
||||||
CATEGORIES= devel gnome
|
CATEGORIES= devel gnome
|
||||||
MASTER_SITES= GNOME
|
MASTER_SITES= GNOME
|
||||||
MASTER_SITE_SUBDIR= sources/libunicode/0.4
|
MASTER_SITE_SUBDIR= sources/libunicode/0.4
|
||||||
|
@ -13,8 +13,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.gnome
|
||||||
MAINTAINER= gnome@FreeBSD.org
|
MAINTAINER= gnome@FreeBSD.org
|
||||||
COMMENT= Library for manipulating Unicode characters and strings
|
COMMENT= Library for manipulating Unicode characters and strings
|
||||||
|
|
||||||
USE_AUTOTOOLS= libtool
|
USES= gmake libtool
|
||||||
USES= gmake
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \
|
||||||
|
|
|
@ -2,6 +2,6 @@ bin/unicode-config
|
||||||
etc/unicodeConf.sh
|
etc/unicodeConf.sh
|
||||||
include/unicode.h
|
include/unicode.h
|
||||||
lib/libunicode.a
|
lib/libunicode.a
|
||||||
lib/libunicode.la
|
|
||||||
lib/libunicode.so
|
lib/libunicode.so
|
||||||
lib/libunicode.so.0
|
lib/libunicode.so.0
|
||||||
|
lib/libunicode.so.0.0.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue