forked from Lainports/freebsd-ports
Add USES=libtool and INSTALL_TARGET=install-strip
This commit is contained in:
parent
6429b4bcbe
commit
eeeeb4be09
2 changed files with 4 additions and 6 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= libyaml
|
||||
PORTVERSION= 0.1.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://pyyaml.org/download/libyaml/
|
||||
DISTNAME= yaml-${PORTVERSION}
|
||||
|
|
@ -12,10 +13,8 @@ MAINTAINER= jpaetzel@FreeBSD.org
|
|||
COMMENT= YAML 1.1 parser and emitter written in C
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= pathfix
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= libtool pathfix
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libyaml.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
include/yaml.h
|
||||
lib/libyaml-0.so
|
||||
lib/libyaml-0.so.2
|
||||
lib/libyaml-0.so.2.0.4
|
||||
lib/libyaml.a
|
||||
lib/libyaml.so
|
||||
lib/libyaml.la
|
||||
libdata/pkgconfig/yaml-0.1.pc
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue