mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
textproc/libsass: Remove static libraries
Port changes: * Group USExx Approved by: portmgr blanket
This commit is contained in:
parent
983e8e5e13
commit
86748073c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465396
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= libsass
|
||||
DISTVERSION= 3.5.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= nivit@FreeBSD.org
|
||||
@ -11,27 +12,16 @@ COMMENT= C/C++ implementation of a Sass compiler
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
USES= autoreconf compiler:c++11-lib gmake libtool pathfix
|
||||
GH_ACCOUNT= sass
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAKEFILE= GNUmakefile
|
||||
|
||||
PATHFIX_MAKEFILEIN= GNUmakefile.am
|
||||
|
||||
STATIC_PIC= ${PORTNAME}_pic.a
|
||||
|
||||
USES= autoreconf compiler:c++11-lib gmake libtool pathfix
|
||||
USE_GITHUB= yes
|
||||
PATHFIX_MAKEFILEIN= GNUmakefile.am
|
||||
CONFIGURE_ARGS= --disable-static
|
||||
MAKEFILE= GNUmakefile
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
post-build:
|
||||
@(cd ${WRKSRC}/src/.libs && ${AR} rf ${STATIC_PIC} *.o)
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/src/.libs/${STATIC_PIC} ${STAGEDIR}${PREFIX}/lib
|
||||
|
||||
post-patch:
|
||||
@${ECHO_CMD} "${ECHO_CMD} \"${PORTVERSION}\"" > ${WRKSRC}/version.sh
|
||||
|
||||
|
@ -5,9 +5,7 @@ include/sass/functions.h
|
||||
include/sass/values.h
|
||||
include/sass/version.h
|
||||
include/sass2scss.h
|
||||
lib/libsass.a
|
||||
lib/libsass.so
|
||||
lib/libsass.so.1
|
||||
lib/libsass.so.1.0.0
|
||||
lib/libsass_pic.a
|
||||
libdata/pkgconfig/libsass.pc
|
||||
|
Loading…
Reference in New Issue
Block a user