diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-02 23:33:40 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-02 23:33:40 +0000 |
commit | bed55d358e9474d9aef710c4f5a3152d993681a2 (patch) | |
tree | 4f88aaf2f6c73a0082eaa2a4af06de6627022a9d /x11/gdkxft/Makefile | |
parent | Modern versions of LLVM will never build on IA64 so mark them as such and (diff) |
- Switch to USES=libtool, drop .la files
- Strip libraries
Notes
Notes:
svn path=/head/; revision=356259
Diffstat (limited to 'x11/gdkxft/Makefile')
-rw-r--r-- | x11/gdkxft/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11/gdkxft/Makefile b/x11/gdkxft/Makefile index 6d4c2f363154..f3889d53b525 100644 --- a/x11/gdkxft/Makefile +++ b/x11/gdkxft/Makefile @@ -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> |