mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- Switch to USES=libtool, drop .la files
- Strip libraries
This commit is contained in:
parent
c7c7fc6d2e
commit
bed55d358e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356259
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= gdkxft
|
||||
PORTVERSION= 1.5
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -12,9 +12,8 @@ COMMENT= Anti-aliased font support for gtk+
|
||||
|
||||
LIB_DEPENDS= libXft.so:${PORTSDIR}/x11-fonts/libXft
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_GNOME= gtk12
|
||||
USES= iconv pkgconfig
|
||||
USES= iconv pkgconfig libtool
|
||||
GNU_CONFIGURE= yes
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lgnuregex ${ICONV_LIB}
|
||||
CFLAGS+= `pkg-config xft --cflags`
|
||||
@ -42,9 +41,8 @@ post-patch:
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
||||
.endif
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgdkxft.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,7 +1,5 @@
|
||||
bin/gdkxft_sysinstall
|
||||
etc/gdkxft.conf
|
||||
lib/libgdkxft.a
|
||||
lib/libgdkxft.la
|
||||
lib/libgdkxft.so
|
||||
man/man8/gdkxft_sysinstall.8.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
|
Loading…
Reference in New Issue
Block a user