55a3905eed
The Xfce settings manager allows you to customize your desktop environment in an easy and intuitive way. You can set some hardware components such as mouse, keyboard or display; but also theme your windows, widgets and icons, set your preferred applications, manage your sessions.
13 lines
371 B
Makefile
13 lines
371 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/09/16 01:04:02 reed Exp $
|
|
|
|
BUILDLINK_TREE+= xfce4-settings
|
|
|
|
.if !defined(XFCE4_SETTINGS_BUILDLINK3_MK)
|
|
XFCE4_SETTINGS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.xfce4-settings+= xfce4-settings>=4.6.0
|
|
BUILDLINK_PKGSRCDIR.xfce4-settings?= ../../x11/xfce4-settings
|
|
|
|
.endif # XFCE4_SETTINGS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -xfce4-settings
|