mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- USES=libtool tar:bzip2
- INSTALL_TARGET=install-strip
This commit is contained in:
parent
fc9bb6a5f3
commit
22f0701f81
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360065
@ -4,18 +4,18 @@
|
||||
|
||||
PORTNAME?= clearlooks
|
||||
PORTVERSION= 0.6.2
|
||||
PORTREVISION= 11
|
||||
PORTREVISION= 12
|
||||
CATEGORIES= x11-themes
|
||||
MASTER_SITES= SF/clearlooks/clearlooks/clearlooks%20${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT?= GTK+ 2.x engine based on Bluecurve
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gtk20
|
||||
USES= pkgconfig
|
||||
INSTALLS_ICONS= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= libtool pkgconfig tar:bzip2
|
||||
USE_GNOME= gtk20
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
@ -63,7 +63,6 @@ pre-everything::
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure
|
||||
.if ${PORTNAME} != "clearlooks"
|
||||
@${REINPLACE_CMD} -e 's|gtkrc||' \
|
||||
${WRKSRC}/themes/Clearlooks/gtk-2.0/Makefile.in
|
||||
|
@ -1,4 +1,3 @@
|
||||
%%ENGINE%%lib/gtk-2.0/%%GTK2_VERSION%%/engines/libclearlooks.la
|
||||
%%ENGINE%%lib/gtk-2.0/%%GTK2_VERSION%%/engines/libclearlooks.so
|
||||
share/icons/Clearlooks/16x16/gtk/gtk-apply.png
|
||||
share/icons/Clearlooks/16x16/gtk/gtk-cancel.png
|
||||
@ -45,7 +44,6 @@ share/themes/Clearlooks/index.theme
|
||||
@dirrm share/themes/Clearlooks-DeepSky/gtk-2.0
|
||||
@dirrm share/themes/Clearlooks-DeepSky
|
||||
@dirrmtry share/themes/Clearlooks
|
||||
@dirrmtry share/themes
|
||||
@dirrm share/icons/Clearlooks/24x24/gtk
|
||||
@dirrm share/icons/Clearlooks/24x24
|
||||
@dirrm share/icons/Clearlooks/16x16/gtk
|
||||
|
Loading…
Reference in New Issue
Block a user