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
e4be467e6c
commit
0fc3cef892
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362908
@ -3,19 +3,22 @@
|
||||
|
||||
PORTNAME= ex
|
||||
PORTVERSION= 1.0.6
|
||||
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= OSSP ex is a small exception handling library for use in C
|
||||
|
||||
USES= gmake
|
||||
USES= gmake 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}/lib/libex.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,7 +1,7 @@
|
||||
bin/ex-config
|
||||
include/ex.h
|
||||
lib/libex.a
|
||||
lib/libex.la
|
||||
lib/libex.so
|
||||
lib/libex.so.10
|
||||
lib/libex.so.10.0.26
|
||||
man/man3/ex.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user