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
1c92c444f1
commit
4e55e025b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362902
@ -3,19 +3,22 @@
|
||||
|
||||
PORTNAME= var
|
||||
PORTVERSION= 1.1.3
|
||||
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= Flexible, full-featured, and fast variable expansion library
|
||||
|
||||
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/libvar.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,8 +1,8 @@
|
||||
bin/var-config
|
||||
include/var.h
|
||||
lib/libvar.a
|
||||
lib/libvar.la
|
||||
lib/libvar.so
|
||||
lib/libvar.so.11
|
||||
lib/libvar.so.11.0.23
|
||||
man/man1/var-config.1.gz
|
||||
man/man3/var.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user