mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
- Drop .la files, no dependees require them
- Strip libraries
This commit is contained in:
parent
0ae68677a1
commit
1a5298a4c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367803
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= gtkglext
|
||||
PORTVERSION= 1.2.0
|
||||
PORTREVISION= 15
|
||||
PORTREVISION= 16
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= SF
|
||||
DIST_SUBDIR= gnome2
|
||||
@ -14,15 +14,14 @@ COMMENT= OpenGL extension to GTK+
|
||||
LICENSE= GPLv2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gettext gmake iconv libtool:keepla pathfix pkgconfig tar:bzip2
|
||||
USES= gettext gmake iconv libtool pathfix pkgconfig tar:bzip2
|
||||
USE_GL= glu
|
||||
USE_GNOME= gtk20 pangox-compat
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
'/^SUBDIRS/s|docs||' ${WRKSRC}/Makefile.in
|
||||
@ -31,9 +30,7 @@ post-patch:
|
||||
s|-DGDK_DISABLE_DEPRECATED||g'
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/reference/gtkglext/html/* ${STAGEDIR}${DOCSDIR}/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -31,12 +31,10 @@ include/gtkglext-1.0/gtk/gtkglversion.h
|
||||
include/gtkglext-1.0/gtk/gtkglwidget.h
|
||||
lib/gtkglext-1.0/include/gdkglext-config.h
|
||||
lib/libgdkglext-x11-1.0.a
|
||||
lib/libgdkglext-x11-1.0.la
|
||||
lib/libgdkglext-x11-1.0.so
|
||||
lib/libgdkglext-x11-1.0.so.0
|
||||
lib/libgdkglext-x11-1.0.so.0.0.0
|
||||
lib/libgtkglext-x11-1.0.a
|
||||
lib/libgtkglext-x11-1.0.la
|
||||
lib/libgtkglext-x11-1.0.so
|
||||
lib/libgtkglext-x11-1.0.so.0
|
||||
lib/libgtkglext-x11-1.0.so.0.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user