diff options
| author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-19 04:19:04 +0800 |
|---|---|---|
| committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-19 04:19:04 +0800 |
| commit | ff41ec67a18972e7063df48c997b69d8a0b389d0 (patch) | |
| tree | 120c077b4f6e7c89c57cc2f11ec0da0fe4d1f6f2 /sysutils/hal-device-manager | |
| parent | 3ab3d513566fc9ccc970ac93c20bfcb64fc05069 (diff) | |
| download | marcuscom-ports-ff41ec67a18972e7063df48c997b69d8a0b389d0.tar marcuscom-ports-ff41ec67a18972e7063df48c997b69d8a0b389d0.tar.gz marcuscom-ports-ff41ec67a18972e7063df48c997b69d8a0b389d0.tar.bz2 marcuscom-ports-ff41ec67a18972e7063df48c997b69d8a0b389d0.tar.lz marcuscom-ports-ff41ec67a18972e7063df48c997b69d8a0b389d0.tar.xz marcuscom-ports-ff41ec67a18972e7063df48c997b69d8a0b389d0.tar.zst marcuscom-ports-ff41ec67a18972e7063df48c997b69d8a0b389d0.zip | |
- Splist hal in to hal-device-manager which includes the pygnome2 interface
so we can make gnomevfs depend on hal.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6300 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/hal-device-manager')
| -rw-r--r-- | sysutils/hal-device-manager/Makefile | 20 | ||||
| -rw-r--r-- | sysutils/hal-device-manager/pkg-plist | 39 |
2 files changed, 59 insertions, 0 deletions
diff --git a/sysutils/hal-device-manager/Makefile b/sysutils/hal-device-manager/Makefile new file mode 100644 index 000000000..4680d4c74 --- /dev/null +++ b/sysutils/hal-device-manager/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: hal-device-manager +# Date created: 2006-05-18 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ + +PORTREVISION= 0 +CATEGORIES= sysutils gnome +PKGNAMESUFFIX= -device-manager + +MAINTAINER= gnome@FreeBSD.org +COMMENT= HAL device manager + +SLAVE_PORT= yes + +MASTERDIR= ${.CURDIR}/../../sysutils/hal +PLIST= ${.CURDIR}/pkg-plist + +.include "${MASTERDIR}/Makefile" diff --git a/sysutils/hal-device-manager/pkg-plist b/sysutils/hal-device-manager/pkg-plist new file mode 100644 index 000000000..b00763e2e --- /dev/null +++ b/sysutils/hal-device-manager/pkg-plist @@ -0,0 +1,39 @@ +bin/hal-device-manager +%%DATADIR%%/device-manager/Const.py +%%DATADIR%%/device-manager/Const.pyc +%%DATADIR%%/device-manager/Const.pyo +%%DATADIR%%/device-manager/Device.py +%%DATADIR%%/device-manager/Device.pyc +%%DATADIR%%/device-manager/Device.pyo +%%DATADIR%%/device-manager/DeviceManager.py +%%DATADIR%%/device-manager/DeviceManager.pyc +%%DATADIR%%/device-manager/DeviceManager.pyo +%%DATADIR%%/device-manager/GtkAttributesFacade.py +%%DATADIR%%/device-manager/GtkAttributesFacade.pyc +%%DATADIR%%/device-manager/GtkAttributesFacade.pyo +%%DATADIR%%/device-manager/LibGladeApplication.py +%%DATADIR%%/device-manager/LibGladeApplication.pyc +%%DATADIR%%/device-manager/LibGladeApplication.pyo +%%DATADIR%%/device-manager/Representation.py +%%DATADIR%%/device-manager/Representation.pyc +%%DATADIR%%/device-manager/Representation.pyo +%%DATADIR%%/device-manager/fdo-logo.png +%%DATADIR%%/device-manager/hal-abstract.png +%%DATADIR%%/device-manager/hal-audio.png +%%DATADIR%%/device-manager/hal-bus-pci.png +%%DATADIR%%/device-manager/hal-bus-usb.png +%%DATADIR%%/device-manager/hal-camera.png +%%DATADIR%%/device-manager/hal-cat-cardbus.png +%%DATADIR%%/device-manager/hal-cat-keyboard.png +%%DATADIR%%/device-manager/hal-cat-mouse.png +%%DATADIR%%/device-manager/hal-cdrom.png +%%DATADIR%%/device-manager/hal-computer.png +%%DATADIR%%/device-manager/hal-device-manager.glade +%%DATADIR%%/device-manager/hal-flash.png +%%DATADIR%%/device-manager/hal-floppy.png +%%DATADIR%%/device-manager/hal-harddisk.png +%%DATADIR%%/device-manager/hal-network.png +%%DATADIR%%/device-manager/hal-serial-port.png +%%DATADIR%%/device-manager/hal-unknown.png +%%DATADIR%%/device-manager/hal-video.png +@dirrm %%DATADIR%%/device-manager |
