enter compiz/core

This commit is contained in:
fgsch 2009-09-01 01:51:55 +00:00
parent e181257e55
commit f5d0f88b2d
2 changed files with 11 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.390 2009/08/20 19:27:16 landry Exp $
# $OpenBSD: Makefile,v 1.391 2009/09/01 01:51:55 fgsch Exp $
# $FreeBSD: Makefile,v 1.178 1997/11/24 05:32:52 fenner Exp $
SUBDIR += 915resolution
@ -31,6 +31,7 @@
SUBDIR += bricons
SUBDIR += bwidget
SUBDIR += chbg
SUBDIR += compiz
SUBDIR += ctwm
SUBDIR += dbus
SUBDIR += dbus-glib

9
x11/compiz/Makefile Normal file
View File

@ -0,0 +1,9 @@
# $OpenBSD: Makefile,v 1.1 2009/09/01 01:51:55 fgsch Exp $
SUBDIR += core
#SUBDIR += libcompizconfig
#SUBDIR += compizconfig-python
#SUBDIR += ccsm
#SUBDIR += emerald
.include <bsd.port.subdir.mk>