ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/graphics/gtk-update-icon-cache/Makefile
Revision: 24558
Committed: Sun Oct 21 01:52:31 2018 UTC (5 years, 6 months ago) by laffer1
File size: 1437 byte(s)
Log Message:
update gtk-update-icon-cache to 2.24.32

File Contents

# Content
1 # $MidnightBSD$
2
3 PORTNAME= gtk-update-icon-cache
4 PORTVERSION= 2.24.32
5 PORTREVISION= 0
6 CATEGORIES= graphics
7 MASTER_SITES= GNOME/sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
8 DISTNAME= gtk+-${PORTVERSION}
9 DIST_SUBDIR= gnome2
10
11 MAINTAINER= ports@MidnightBSD.org
12 COMMENT= Gtk-update-icon-cache utility from the Gtk+ toolkit
13
14 LICENSE= lgpl
15 LICENSE_FILE= ${WRKSRC}/COPYING
16
17 RUN_DEPENDS+= update-mime-database:${PORTSDIR}/misc/shared-mime-info \
18 ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
19
20 USES= gettext gmake libtool pathfix perl5 pkgconfig tar:xz
21 USE_PERL5= build
22 MAKE_JOBS_UNSAFE= yes
23 USE_LDCONFIG= yes
24 GNU_CONFIGURE= yes
25 USE_GNOME= atk pango gdkpixbuf2 introspection:build
26 USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \
27 xcomposite
28 PATCHDIR= ${.CURDIR}/../../x11-toolkits/gtk20/files
29 CONFIGURE_ARGS= --enable-static --with-xinput=yes
30 CPPFLAGS+= -I${LOCALBASE}/include
31 LDFLAGS+= -L${LOCALBASE}/lib
32 BUILD_WRKSRC= ${WRKSRC}/gtk
33 ALL_TARGET= ${PORTNAME}
34 PLIST_FILES= bin/gtk-update-icon-cache
35 # man/man1/gtk-update-icon-cache.1.gz
36
37 .include <bsd.port.pre.mk>
38
39 post-patch:
40 @${REINPLACE_CMD} -e 's|-DGDK_PIXBUF_DISABLE_DEPRECATED||g' \
41 ${WRKSRC}/configure
42
43 do-install:
44 @${INSTALL_PROGRAM} ${WRKSRC}/gtk/gtk-update-icon-cache \
45 ${PREFIX}/bin/
46 # @${INSTALL_MAN} ${WRKSRC}/docs/reference/gtk/gtk-update-icon-cache.1 \
47 # ${PREFIX}/man/man1/
48
49 .include <bsd.port.post.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H