Added xfce4-fm-icons, xfce4-mixer, xfce4-systray, xfce4-themes, xfce4-toys, xfce4-trigger-launcher and xfce4-wm-themes
This commit is contained in:
parent
c08e9b983f
commit
5d606236bf
2 changed files with 21 additions and 3 deletions
11
Makefile
11
Makefile
|
@ -1,5 +1,5 @@
|
|||
# $Id: Makefile,v 1.220 2003/06/04 07:46:32 marttikuparinen Exp $
|
||||
# $NetBSD: Makefile,v 1.220 2003/06/04 07:46:32 marttikuparinen Exp $
|
||||
# $Id: Makefile,v 1.221 2003/06/04 11:45:50 marttikuparinen Exp $
|
||||
# $NetBSD: Makefile,v 1.221 2003/06/04 11:45:50 marttikuparinen Exp $
|
||||
|
||||
COMMENT= WIP pkgsrc packages
|
||||
|
||||
|
@ -188,13 +188,20 @@ SUBDIR+= xevil
|
|||
SUBDIR+= xfce4
|
||||
SUBDIR+= xfce4-desktop
|
||||
SUBDIR+= xfce4-fm
|
||||
SUBDIR+= xfce4-fm-icons
|
||||
SUBDIR+= xfce4-iconbox
|
||||
SUBDIR+= xfce4-mcs-manager
|
||||
SUBDIR+= xfce4-mcs-plugins
|
||||
SUBDIR+= xfce4-mixer
|
||||
SUBDIR+= xfce4-panel
|
||||
SUBDIR+= xfce4-print
|
||||
SUBDIR+= xfce4-systray
|
||||
SUBDIR+= xfce4-themes
|
||||
SUBDIR+= xfce4-toys
|
||||
SUBDIR+= xfce4-trigger-launcher
|
||||
SUBDIR+= xfce4-utils
|
||||
SUBDIR+= xfce4-wm
|
||||
SUBDIR+= xfce4-wm-themes
|
||||
SUBDIR+= xml2doc
|
||||
SUBDIR+= xplore
|
||||
SUBDIR+= yafray
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/06/04 07:42:55 marttikuparinen Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2003/06/04 11:45:50 marttikuparinen Exp $
|
||||
|
||||
.include "Makefile.common"
|
||||
|
||||
|
@ -11,6 +11,7 @@ NO_BUILD= # defined
|
|||
|
||||
do-install: # empty
|
||||
|
||||
# Basic stuff
|
||||
.include "../../wip/gtk2-engines-xfce/buildlink2.mk"
|
||||
.include "../../wip/xfce4-desktop/buildlink2.mk"
|
||||
.include "../../wip/xfce4-fm/buildlink2.mk"
|
||||
|
@ -19,4 +20,14 @@ do-install: # empty
|
|||
.include "../../wip/xfce4-print/buildlink2.mk"
|
||||
.include "../../wip/xfce4-utils/buildlink2.mk"
|
||||
.include "../../wip/xfce4-wm/buildlink2.mk"
|
||||
|
||||
# Extras
|
||||
.include "../../wip/xfce4-fm-icons/buildlink2.mk"
|
||||
.include "../../wip/xfce4-mixer/buildlink2.mk"
|
||||
.include "../../wip/xfce4-systray/buildlink2.mk"
|
||||
.include "../../wip/xfce4-themes/buildlink2.mk"
|
||||
.include "../../wip/xfce4-toys/buildlink2.mk"
|
||||
.include "../../wip/xfce4-trigger-launcher/buildlink2.mk"
|
||||
.include "../../wip/xfce4-wm-themes/buildlink2.mk"
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue