mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Add LICENSE
- Strip library
This commit is contained in:
parent
b8667b21d2
commit
4f285e6eac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380921
@ -3,13 +3,16 @@
|
||||
|
||||
PORTNAME= gdkxft
|
||||
PORTVERSION= 1.5
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Anti-aliased font support for gtk+
|
||||
|
||||
LICENSE= GPLv2 # or later
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libXft.so:${PORTSDIR}/x11-fonts/libXft
|
||||
|
||||
USE_GNOME= gtk12
|
||||
@ -32,6 +35,7 @@ post-patch:
|
||||
@${REINPLACE_CMD} 's/<regex\.h>/<gnuregex.h>/' ${WRKSRC}/src/gdkxft.c
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgdkxft.so
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user