- Switch to USES=libtool
- Strip library
This commit is contained in:
parent
f41735f912
commit
12683ffbb5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355595
2 changed files with 5 additions and 5 deletions
|
@ -3,10 +3,10 @@
|
|||
|
||||
PORTNAME= libmpcbdm
|
||||
PORTVERSION= 0.0.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF/libmpc8xx/libmpc8xx/${PORTVERSION} \
|
||||
http://mbsd.msk.ru/dist/
|
||||
|
||||
DISTNAME= mpc8xx-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
@ -14,8 +14,9 @@ COMMENT= Standalone library to control various mpc8xx boards
|
|||
|
||||
WRKSRC= ${WRKDIR}/libmpc8xx
|
||||
|
||||
USES= gmake
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= gmake libtool
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
|
|
|
@ -7,10 +7,9 @@ include/mpc8xx/mpc8xxmem.h
|
|||
include/mpc8xx/mpc8xxmisc.h
|
||||
include/mpc8xx/mpc8xxspr.h
|
||||
include/mpc8xx/mpc8xxtarget.h
|
||||
lib/libmpc8xx.a
|
||||
lib/libmpc8xx.la
|
||||
lib/libmpc8xx.so
|
||||
lib/libmpc8xx.so.0
|
||||
lib/libmpc8xx.so.0.0.3
|
||||
%%DATADIR%%/Flash.dev
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrm include/mpc8xx
|
||||
|
|
Loading…
Reference in a new issue