mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04: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
2 changed files with 7 additions and 3 deletions
|
@ -3,18 +3,22 @@
|
||||||
|
|
||||||
PORTNAME= l2
|
PORTNAME= l2
|
||||||
PORTVERSION= 0.9.13
|
PORTVERSION= 0.9.13
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= ${MASTER_SITE_OSSP}
|
MASTER_SITES= OSSP/lib/${PORTNAME}
|
||||||
MASTER_SITE_SUBDIR= lib/${PORTNAME}
|
|
||||||
PKGNAMEPREFIX= ossp-
|
PKGNAMEPREFIX= ossp-
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= C library for a flexible and sophisticated Unix logging facility
|
COMMENT= C library for a flexible and sophisticated Unix logging facility
|
||||||
|
|
||||||
|
USES= libtool
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
check: build
|
check: build
|
||||||
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
|
@(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>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -2,9 +2,9 @@ bin/l2-config
|
||||||
bin/l2tool
|
bin/l2tool
|
||||||
include/l2.h
|
include/l2.h
|
||||||
lib/libl2.a
|
lib/libl2.a
|
||||||
lib/libl2.la
|
|
||||||
lib/libl2.so
|
lib/libl2.so
|
||||||
lib/libl2.so.9
|
lib/libl2.so.9
|
||||||
|
lib/libl2.so.9.0.33
|
||||||
man/man1/l2-config.1.gz
|
man/man1/l2-config.1.gz
|
||||||
man/man1/l2tool.1.gz
|
man/man1/l2tool.1.gz
|
||||||
man/man3/l2.3.gz
|
man/man3/l2.3.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue