pkgsrc/x11/xfce4-session/Makefile

55 lines
1.7 KiB
Makefile
Raw Normal View History

2016-12-04 14:50:08 +01:00
# $NetBSD: Makefile,v 1.56 2016/12/04 13:50:08 martin Exp $
2005-01-17 13:52:48 +01:00
.include "../../meta-pkgs/xfce4/Makefile.common"
Update to 4.12.1: 4.12.0 ====== Stable release of xfce4-session for Xfce 4.12. * Miscellaneous bug fixes: - Remove AC_CHECK_HEADER_STDBOOL, it was only added in autoconf 2.69 and we dont use stdbool.h anyway - Add symlinks to the old icons (Bug #11513) - Rename action icon names (Bug #11513) - Gracefully handle the sessions dir being readonly (Bug #11307) - Add ConsoleKit2 support - Create scripts/xinitrc from scripts/xinitrc.in created by configure * Translation updates: Asturian (ast), Bulgarian (bg), Spanish (Castilian) (es), Finnish (fi), French (fr), Hebrew (he), Romanian (ro), Slovak (sk), Slovenian (sl). 4.11.1 ====== - Add DesktopNames to .desktop file - Export XDG_CURRENT_DESKTOP (Bug #11239) - Expand usage of xfsm_verbose for debugging - Don't log errors when trying to close non-existent FDs - Add error checking for fcntl - Properly print the dbus error message - Check the return value of select - atoi (argv[2]) is unsafe - Check the return value of gtk_tree_selection_get_selected - gtk_cell_renderer_text_new is never used - Minor Autotools Updates - Add fallback DragonflyBSD support for suspend/hibernate - Use pkexec for xfsm-shutdown (Bug 9952) - Handle gpg and ssh agents separately Patch by Mikhail Efremov - Non-POSIX compliant test used in startxfce4 (Bug 10828) Patch by seejay - Update copyright year (Bug 10768) - polkit_unix_process_new is deprecated (Bug 10793) Patch by Baurzhan Muftakhidinov - Add logind runtime detection to support suspend/hibernate (Bug 9952) Patch by Guido Berhoerster - Translation Updates: Asturian (ast), Bulgarian (bg), German (de), Spanish (Castilian) (es), Finnish (fi), French (fr), Norwegian Bokmål (nb), Dutch (Flemish) (nl), Polish (pl), Swedish (sv), Phan Vĩnh Thịnh (vi). 4.11.0 ====== - Remove gnome-keyring remains. - Remove xfce environment functions and use glib. - Add shutdown/reboot functionality for systemd (bug #8729). - Fix duplicated accelerators. - Use the async spawn function of glib. - Store the watch function id to avoid possible double free (bug #9709). - Translation updates: Amharic, Arabic, Asturian, Azerbaijani, Belarusian, Bulgarian, Bengali, Bengali (India), Catalan (Valencian), Czech, Danish, German, Dzongkha, Greek, English (Australia), English (United Kingdom), Spanish (Castilian), Basque, Persian, Finnish, French, Galician, Gujarati, Hindi, Croatian, Hungarian, Indonesian, Icelandic, Italian, Japanese, Georgian, Kazakh, Korean, Lithuanian, Latvian, Macedonian, Marathi, Malay, Norwegian Bokmal, Dutch (Flemish), Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazilian), Romanian, Russian, Slovak, Albanian, Serbian, Swedish, Tamil, Thai, Turkish, Uyghur, Ukrainian, Urdu, Urdu (Pakistan), Chinese (China), Chinese (Hong Kong), Chinese (Taiwan).
2015-06-29 18:50:01 +02:00
DISTNAME= xfce4-session-4.12.1
2016-08-03 12:22:08 +02:00
PKGREVISION= 2
CATEGORIES= x11
Update to 4.12.1: 4.12.0 ====== Stable release of xfce4-session for Xfce 4.12. * Miscellaneous bug fixes: - Remove AC_CHECK_HEADER_STDBOOL, it was only added in autoconf 2.69 and we dont use stdbool.h anyway - Add symlinks to the old icons (Bug #11513) - Rename action icon names (Bug #11513) - Gracefully handle the sessions dir being readonly (Bug #11307) - Add ConsoleKit2 support - Create scripts/xinitrc from scripts/xinitrc.in created by configure * Translation updates: Asturian (ast), Bulgarian (bg), Spanish (Castilian) (es), Finnish (fi), French (fr), Hebrew (he), Romanian (ro), Slovak (sk), Slovenian (sl). 4.11.1 ====== - Add DesktopNames to .desktop file - Export XDG_CURRENT_DESKTOP (Bug #11239) - Expand usage of xfsm_verbose for debugging - Don't log errors when trying to close non-existent FDs - Add error checking for fcntl - Properly print the dbus error message - Check the return value of select - atoi (argv[2]) is unsafe - Check the return value of gtk_tree_selection_get_selected - gtk_cell_renderer_text_new is never used - Minor Autotools Updates - Add fallback DragonflyBSD support for suspend/hibernate - Use pkexec for xfsm-shutdown (Bug 9952) - Handle gpg and ssh agents separately Patch by Mikhail Efremov - Non-POSIX compliant test used in startxfce4 (Bug 10828) Patch by seejay - Update copyright year (Bug 10768) - polkit_unix_process_new is deprecated (Bug 10793) Patch by Baurzhan Muftakhidinov - Add logind runtime detection to support suspend/hibernate (Bug 9952) Patch by Guido Berhoerster - Translation Updates: Asturian (ast), Bulgarian (bg), German (de), Spanish (Castilian) (es), Finnish (fi), French (fr), Norwegian Bokmål (nb), Dutch (Flemish) (nl), Polish (pl), Swedish (sv), Phan Vĩnh Thịnh (vi). 4.11.0 ====== - Remove gnome-keyring remains. - Remove xfce environment functions and use glib. - Add shutdown/reboot functionality for systemd (bug #8729). - Fix duplicated accelerators. - Use the async spawn function of glib. - Store the watch function id to avoid possible double free (bug #9709). - Translation updates: Amharic, Arabic, Asturian, Azerbaijani, Belarusian, Bulgarian, Bengali, Bengali (India), Catalan (Valencian), Czech, Danish, German, Dzongkha, Greek, English (Australia), English (United Kingdom), Spanish (Castilian), Basque, Persian, Finnish, French, Galician, Gujarati, Hindi, Croatian, Hungarian, Indonesian, Icelandic, Italian, Japanese, Georgian, Kazakh, Korean, Lithuanian, Latvian, Macedonian, Marathi, Malay, Norwegian Bokmal, Dutch (Flemish), Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazilian), Romanian, Russian, Slovak, Albanian, Serbian, Swedish, Tamil, Thai, Turkish, Uyghur, Ukrainian, Urdu, Urdu (Pakistan), Chinese (China), Chinese (Hong Kong), Chinese (Taiwan).
2015-06-29 18:50:01 +02:00
MASTER_SITES+= http://archive.xfce.org/src/xfce/xfce4-session/4.12/
Update Xfce to 4.12.0. This is a very large change, and incorporates the 4.8, 4.10, and 4.12 major Xfce releases since 4.6.2, our previous pkgsrc release. For more information about the thousands of changes in each major release since then, please see: Xfce 4.12 announcement: http://www.xfce.org/about/news Xfce 4.12 tour: http://www.xfce.org/about/tour Xfce 4.10 announcement: http://www.xfce.org/about/news/?post=1335571200 Xfce 4.10 tour: http://www.xfce.org/about/tour410 Xfce 4.8 announcement: http://www.xfce.org/about/news/?post=1295136000 Xfce 4.8 tour: http://www.xfce.org/about/tour48 The pkgsrc changes since then are: New packages: archivers/xfce4-thunar-archive graphics/elementary-xfce-icon-theme mail/xfce4-mailwatch-plugin misc/xfce4-time-out-plugin multimedia/xfce4-thunar-media-tags sysutils/xfce4-mount-plugin sysutils/xfce4-taskmanager sysutils/xfce4-thunar-vcs sysutils/xfce4-verve-plugin x11/xfce4-garcon x11/xfce4-notifyd x11/xfce4-tumbler x11/xfce4-whiskermenu-plugin Renamed packages: devel/xfconf to devel/xfce4-conf x11/libxfce4menu to x11/libxfce4ui x11/xfce4-screenshooter-plugin to x11/xfce4-screenshooter Updated packages: audio/xfce4-mixer audio/xfce4-xmms-plugin devel/xfce4-dev-tools editors/xfce4-mousepad graphics/ristretto meta-pkgs/xfce4-extras meta-pkgs/xfce4 misc/xfce4-weather-plugin multimedia/xfce4-mpc-plugin net/xfce4-wavelan-plugin sysutils/xfce4-appfinder sysutils/xfce4-battery-plugin sysutils/xfce4-cpugraph-plugin sysutils/xfce4-diskperf-plugin sysutils/xfce4-fsguard-plugin sysutils/xfce4-genmon-plugin sysutils/xfce4-netload-plugin sysutils/xfce4-quicklauncher-plugin sysutils/xfce4-systemload-plugin sysutils/xfce4-thunar sysutils/xfce4-xarchiver sysutils/xfce4-xkb-plugin textproc/xfce4-dict-plugin time/xfce4-datetime-plugin time/xfce4-orage time/xfce4-timer-plugin wm/xfce4-wm-themes wm/xfce4-wm x11/libxfce4gui x11/libxfce4util x11/xfce4-clipman-plugin x11/xfce4-desktop x11/xfce4-exo x11/xfce4-eyes-plugin x11/xfce4-gtk2-engine x11/xfce4-notes-plugin x11/xfce4-panel x11/xfce4-places-plugin x11/xfce4-session x11/xfce4-settings x11/xfce4-terminal Removed packages: sysutils/xfce4-volman x11/xfce4-utils This is based on a huge amount of work by the NetBSDfr team and Youri Mouton, who takes over as MAINTAINER, and has been tested by Youri on a large number of platforms prior to commit. A massive thanks to them. Any issues with the import are mine alone as the committer-by-proxy.
2015-04-21 10:56:37 +02:00
HOMEPAGE= http://docs.xfce.org/xfce/xfce4-session/start
COMMENT= Xfce session manager
PKGCONFIG_OVERRIDE+= libxfsm/xfce4-session-2.0.pc.in
BUILD_DEFS+= PKG_SYSCONFBASE
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE}
CONFIGURE_ARGS+= ICEAUTH=${TOOLS_PATH.iceauth}
USE_TOOLS+= iceauth:run
2007-01-18 16:25:15 +01:00
SUBST_CLASSES+= xflock4
SUBST_STAGE.xflock4= pre-build
SUBST_MESSAGE.xflock4= Updating path in xflock4
SUBST_FILES.xflock4= scripts/xflock4
SUBST_SED.xflock4= -e 's,/bin:/usr/bin,${PREFIX}/bin,g'
EGDIR= ${XFCE4_EGBASE}
PKG_SYSCONFSUBDIR= xdg
MAKE_DIRS+= ${PKG_SYSCONFDIR} ${PKG_SYSCONFDIR}/autostart
MAKE_DIRS+= ${EGDIR} ${EGDIR}/autostart ${EGDIR}/xfconf
MAKE_DIRS+= ${EGDIR}/xfconf/xfce-perchannel-xml
Update to 4.12.1: 4.12.0 ====== Stable release of xfce4-session for Xfce 4.12. * Miscellaneous bug fixes: - Remove AC_CHECK_HEADER_STDBOOL, it was only added in autoconf 2.69 and we dont use stdbool.h anyway - Add symlinks to the old icons (Bug #11513) - Rename action icon names (Bug #11513) - Gracefully handle the sessions dir being readonly (Bug #11307) - Add ConsoleKit2 support - Create scripts/xinitrc from scripts/xinitrc.in created by configure * Translation updates: Asturian (ast), Bulgarian (bg), Spanish (Castilian) (es), Finnish (fi), French (fr), Hebrew (he), Romanian (ro), Slovak (sk), Slovenian (sl). 4.11.1 ====== - Add DesktopNames to .desktop file - Export XDG_CURRENT_DESKTOP (Bug #11239) - Expand usage of xfsm_verbose for debugging - Don't log errors when trying to close non-existent FDs - Add error checking for fcntl - Properly print the dbus error message - Check the return value of select - atoi (argv[2]) is unsafe - Check the return value of gtk_tree_selection_get_selected - gtk_cell_renderer_text_new is never used - Minor Autotools Updates - Add fallback DragonflyBSD support for suspend/hibernate - Use pkexec for xfsm-shutdown (Bug 9952) - Handle gpg and ssh agents separately Patch by Mikhail Efremov - Non-POSIX compliant test used in startxfce4 (Bug 10828) Patch by seejay - Update copyright year (Bug 10768) - polkit_unix_process_new is deprecated (Bug 10793) Patch by Baurzhan Muftakhidinov - Add logind runtime detection to support suspend/hibernate (Bug 9952) Patch by Guido Berhoerster - Translation Updates: Asturian (ast), Bulgarian (bg), German (de), Spanish (Castilian) (es), Finnish (fi), French (fr), Norwegian Bokmål (nb), Dutch (Flemish) (nl), Polish (pl), Swedish (sv), Phan Vĩnh Thịnh (vi). 4.11.0 ====== - Remove gnome-keyring remains. - Remove xfce environment functions and use glib. - Add shutdown/reboot functionality for systemd (bug #8729). - Fix duplicated accelerators. - Use the async spawn function of glib. - Store the watch function id to avoid possible double free (bug #9709). - Translation updates: Amharic, Arabic, Asturian, Azerbaijani, Belarusian, Bulgarian, Bengali, Bengali (India), Catalan (Valencian), Czech, Danish, German, Dzongkha, Greek, English (Australia), English (United Kingdom), Spanish (Castilian), Basque, Persian, Finnish, French, Galician, Gujarati, Hindi, Croatian, Hungarian, Indonesian, Icelandic, Italian, Japanese, Georgian, Kazakh, Korean, Lithuanian, Latvian, Macedonian, Marathi, Malay, Norwegian Bokmal, Dutch (Flemish), Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazilian), Romanian, Russian, Slovak, Albanian, Serbian, Swedish, Tamil, Thai, Turkish, Uyghur, Ukrainian, Urdu, Urdu (Pakistan), Chinese (China), Chinese (Hong Kong), Chinese (Taiwan).
2015-06-29 18:50:01 +02:00
Update Xfce to 4.12.0. This is a very large change, and incorporates the 4.8, 4.10, and 4.12 major Xfce releases since 4.6.2, our previous pkgsrc release. For more information about the thousands of changes in each major release since then, please see: Xfce 4.12 announcement: http://www.xfce.org/about/news Xfce 4.12 tour: http://www.xfce.org/about/tour Xfce 4.10 announcement: http://www.xfce.org/about/news/?post=1335571200 Xfce 4.10 tour: http://www.xfce.org/about/tour410 Xfce 4.8 announcement: http://www.xfce.org/about/news/?post=1295136000 Xfce 4.8 tour: http://www.xfce.org/about/tour48 The pkgsrc changes since then are: New packages: archivers/xfce4-thunar-archive graphics/elementary-xfce-icon-theme mail/xfce4-mailwatch-plugin misc/xfce4-time-out-plugin multimedia/xfce4-thunar-media-tags sysutils/xfce4-mount-plugin sysutils/xfce4-taskmanager sysutils/xfce4-thunar-vcs sysutils/xfce4-verve-plugin x11/xfce4-garcon x11/xfce4-notifyd x11/xfce4-tumbler x11/xfce4-whiskermenu-plugin Renamed packages: devel/xfconf to devel/xfce4-conf x11/libxfce4menu to x11/libxfce4ui x11/xfce4-screenshooter-plugin to x11/xfce4-screenshooter Updated packages: audio/xfce4-mixer audio/xfce4-xmms-plugin devel/xfce4-dev-tools editors/xfce4-mousepad graphics/ristretto meta-pkgs/xfce4-extras meta-pkgs/xfce4 misc/xfce4-weather-plugin multimedia/xfce4-mpc-plugin net/xfce4-wavelan-plugin sysutils/xfce4-appfinder sysutils/xfce4-battery-plugin sysutils/xfce4-cpugraph-plugin sysutils/xfce4-diskperf-plugin sysutils/xfce4-fsguard-plugin sysutils/xfce4-genmon-plugin sysutils/xfce4-netload-plugin sysutils/xfce4-quicklauncher-plugin sysutils/xfce4-systemload-plugin sysutils/xfce4-thunar sysutils/xfce4-xarchiver sysutils/xfce4-xkb-plugin textproc/xfce4-dict-plugin time/xfce4-datetime-plugin time/xfce4-orage time/xfce4-timer-plugin wm/xfce4-wm-themes wm/xfce4-wm x11/libxfce4gui x11/libxfce4util x11/xfce4-clipman-plugin x11/xfce4-desktop x11/xfce4-exo x11/xfce4-eyes-plugin x11/xfce4-gtk2-engine x11/xfce4-notes-plugin x11/xfce4-panel x11/xfce4-places-plugin x11/xfce4-session x11/xfce4-settings x11/xfce4-terminal Removed packages: sysutils/xfce4-volman x11/xfce4-utils This is based on a huge amount of work by the NetBSDfr team and Youri Mouton, who takes over as MAINTAINER, and has been tested by Youri on a large number of platforms prior to commit. A massive thanks to them. Any issues with the import are mine alone as the committer-by-proxy.
2015-04-21 10:56:37 +02:00
CONF_FILES= ${EGDIR}/autostart/xscreensaver.desktop \
${PKG_SYSCONFDIR}/autostart/xscreensaver.desktop
CONF_FILES= ${EGDIR}/xfconf/xfce-perchannel-xml/xfce4-session.xml \
Update Xfce to 4.12.0. This is a very large change, and incorporates the 4.8, 4.10, and 4.12 major Xfce releases since 4.6.2, our previous pkgsrc release. For more information about the thousands of changes in each major release since then, please see: Xfce 4.12 announcement: http://www.xfce.org/about/news Xfce 4.12 tour: http://www.xfce.org/about/tour Xfce 4.10 announcement: http://www.xfce.org/about/news/?post=1335571200 Xfce 4.10 tour: http://www.xfce.org/about/tour410 Xfce 4.8 announcement: http://www.xfce.org/about/news/?post=1295136000 Xfce 4.8 tour: http://www.xfce.org/about/tour48 The pkgsrc changes since then are: New packages: archivers/xfce4-thunar-archive graphics/elementary-xfce-icon-theme mail/xfce4-mailwatch-plugin misc/xfce4-time-out-plugin multimedia/xfce4-thunar-media-tags sysutils/xfce4-mount-plugin sysutils/xfce4-taskmanager sysutils/xfce4-thunar-vcs sysutils/xfce4-verve-plugin x11/xfce4-garcon x11/xfce4-notifyd x11/xfce4-tumbler x11/xfce4-whiskermenu-plugin Renamed packages: devel/xfconf to devel/xfce4-conf x11/libxfce4menu to x11/libxfce4ui x11/xfce4-screenshooter-plugin to x11/xfce4-screenshooter Updated packages: audio/xfce4-mixer audio/xfce4-xmms-plugin devel/xfce4-dev-tools editors/xfce4-mousepad graphics/ristretto meta-pkgs/xfce4-extras meta-pkgs/xfce4 misc/xfce4-weather-plugin multimedia/xfce4-mpc-plugin net/xfce4-wavelan-plugin sysutils/xfce4-appfinder sysutils/xfce4-battery-plugin sysutils/xfce4-cpugraph-plugin sysutils/xfce4-diskperf-plugin sysutils/xfce4-fsguard-plugin sysutils/xfce4-genmon-plugin sysutils/xfce4-netload-plugin sysutils/xfce4-quicklauncher-plugin sysutils/xfce4-systemload-plugin sysutils/xfce4-thunar sysutils/xfce4-xarchiver sysutils/xfce4-xkb-plugin textproc/xfce4-dict-plugin time/xfce4-datetime-plugin time/xfce4-orage time/xfce4-timer-plugin wm/xfce4-wm-themes wm/xfce4-wm x11/libxfce4gui x11/libxfce4util x11/xfce4-clipman-plugin x11/xfce4-desktop x11/xfce4-exo x11/xfce4-eyes-plugin x11/xfce4-gtk2-engine x11/xfce4-notes-plugin x11/xfce4-panel x11/xfce4-places-plugin x11/xfce4-session x11/xfce4-settings x11/xfce4-terminal Removed packages: sysutils/xfce4-volman x11/xfce4-utils This is based on a huge amount of work by the NetBSDfr team and Youri Mouton, who takes over as MAINTAINER, and has been tested by Youri on a large number of platforms prior to commit. A massive thanks to them. Any issues with the import are mine alone as the committer-by-proxy.
2015-04-21 10:56:37 +02:00
${PKG_SYSCONFDIR}/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
CONF_FILES+= ${EGDIR}/Xft.xrdb \
${PKG_SYSCONFDIR}/xfce4/Xft.xrdb
CONF_FILES+= ${EGDIR}/xinitrc \
${PKG_SYSCONFDIR}/xfce4/xinitrc
.if !empty(Darwin-*-*)
.include "../../sysutils/consolekit/buildlink3.mk"
.endif
.include "../../devel/libglade/buildlink3.mk"
.include "../../devel/libwnck/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
Update Xfce to 4.12.0. This is a very large change, and incorporates the 4.8, 4.10, and 4.12 major Xfce releases since 4.6.2, our previous pkgsrc release. For more information about the thousands of changes in each major release since then, please see: Xfce 4.12 announcement: http://www.xfce.org/about/news Xfce 4.12 tour: http://www.xfce.org/about/tour Xfce 4.10 announcement: http://www.xfce.org/about/news/?post=1335571200 Xfce 4.10 tour: http://www.xfce.org/about/tour410 Xfce 4.8 announcement: http://www.xfce.org/about/news/?post=1295136000 Xfce 4.8 tour: http://www.xfce.org/about/tour48 The pkgsrc changes since then are: New packages: archivers/xfce4-thunar-archive graphics/elementary-xfce-icon-theme mail/xfce4-mailwatch-plugin misc/xfce4-time-out-plugin multimedia/xfce4-thunar-media-tags sysutils/xfce4-mount-plugin sysutils/xfce4-taskmanager sysutils/xfce4-thunar-vcs sysutils/xfce4-verve-plugin x11/xfce4-garcon x11/xfce4-notifyd x11/xfce4-tumbler x11/xfce4-whiskermenu-plugin Renamed packages: devel/xfconf to devel/xfce4-conf x11/libxfce4menu to x11/libxfce4ui x11/xfce4-screenshooter-plugin to x11/xfce4-screenshooter Updated packages: audio/xfce4-mixer audio/xfce4-xmms-plugin devel/xfce4-dev-tools editors/xfce4-mousepad graphics/ristretto meta-pkgs/xfce4-extras meta-pkgs/xfce4 misc/xfce4-weather-plugin multimedia/xfce4-mpc-plugin net/xfce4-wavelan-plugin sysutils/xfce4-appfinder sysutils/xfce4-battery-plugin sysutils/xfce4-cpugraph-plugin sysutils/xfce4-diskperf-plugin sysutils/xfce4-fsguard-plugin sysutils/xfce4-genmon-plugin sysutils/xfce4-netload-plugin sysutils/xfce4-quicklauncher-plugin sysutils/xfce4-systemload-plugin sysutils/xfce4-thunar sysutils/xfce4-xarchiver sysutils/xfce4-xkb-plugin textproc/xfce4-dict-plugin time/xfce4-datetime-plugin time/xfce4-orage time/xfce4-timer-plugin wm/xfce4-wm-themes wm/xfce4-wm x11/libxfce4gui x11/libxfce4util x11/xfce4-clipman-plugin x11/xfce4-desktop x11/xfce4-exo x11/xfce4-eyes-plugin x11/xfce4-gtk2-engine x11/xfce4-notes-plugin x11/xfce4-panel x11/xfce4-places-plugin x11/xfce4-session x11/xfce4-settings x11/xfce4-terminal Removed packages: sysutils/xfce4-volman x11/xfce4-utils This is based on a huge amount of work by the NetBSDfr team and Youri Mouton, who takes over as MAINTAINER, and has been tested by Youri on a large number of platforms prior to commit. A massive thanks to them. Any issues with the import are mine alone as the committer-by-proxy.
2015-04-21 10:56:37 +02:00
.include "../../x11/libxfce4ui/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
2016-12-04 14:50:08 +01:00
.include "options.mk"
2005-01-17 13:52:48 +01:00
.include "../../mk/bsd.pkg.mk"