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
13b0ec6c78
commit
e4be467e6c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362907
@ -3,18 +3,22 @@
|
||||
|
||||
PORTNAME= l2
|
||||
PORTVERSION= 0.9.13
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_OSSP}
|
||||
MASTER_SITE_SUBDIR= lib/${PORTNAME}
|
||||
MASTER_SITES= OSSP/lib/${PORTNAME}
|
||||
PKGNAMEPREFIX= ossp-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= C library for a flexible and sophisticated Unix logging facility
|
||||
|
||||
USES= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
check: build
|
||||
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/l2tool ${STAGEDIR}${PREFIX}/lib/libl2.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -2,9 +2,9 @@ bin/l2-config
|
||||
bin/l2tool
|
||||
include/l2.h
|
||||
lib/libl2.a
|
||||
lib/libl2.la
|
||||
lib/libl2.so
|
||||
lib/libl2.so.9
|
||||
lib/libl2.so.9.0.33
|
||||
man/man1/l2-config.1.gz
|
||||
man/man1/l2tool.1.gz
|
||||
man/man3/l2.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user