diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-02 01:44:03 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-02 01:44:03 +0800 |
commit | 7dfc474d9a5a1ce2c227caf61812bbff941ba94b (patch) | |
tree | bd756f7fc0ff7cc6559a2c00d3f3edde8f396d3c /x11-themes | |
parent | 05e76bb4c02a8e4bf8131512c65b587791b9d6fe (diff) | |
download | freebsd-ports-gnome-7dfc474d9a5a1ce2c227caf61812bbff941ba94b.tar.gz freebsd-ports-gnome-7dfc474d9a5a1ce2c227caf61812bbff941ba94b.tar.zst freebsd-ports-gnome-7dfc474d9a5a1ce2c227caf61812bbff941ba94b.zip |
- USES=libtool tar:bzip2
- INSTALL_TARGET=install-strip
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/clearlooks/Makefile | 9 | ||||
-rw-r--r-- | x11-themes/clearlooks/pkg-plist | 2 |
2 files changed, 4 insertions, 7 deletions
diff --git a/x11-themes/clearlooks/Makefile b/x11-themes/clearlooks/Makefile index f7be9423c961..40b9b696c19b 100644 --- a/x11-themes/clearlooks/Makefile +++ b/x11-themes/clearlooks/Makefile @@ -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 diff --git a/x11-themes/clearlooks/pkg-plist b/x11-themes/clearlooks/pkg-plist index 77888dbb2d7f..d5bd95c56af6 100644 --- a/x11-themes/clearlooks/pkg-plist +++ b/x11-themes/clearlooks/pkg-plist @@ -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 |