blob: f51395471c67ec85b018bbaff90b6fe8165bdc82 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: hal-device-manager
# Date created: 2006-05-18
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/sysutils/hal-device-manager/Makefile,v 1.3 2006/05/18 22:15:41 ahze Exp $
PORTREVISION= 0
CATEGORIES= sysutils gnome
PKGNAMESUFFIX= -device-manager
MAINTAINER= gnome@FreeBSD.org
COMMENT= HAL device manager
HAL_SLAVE= yes
MASTERDIR= ${.CURDIR}/../../sysutils/hal
PLIST= ${.CURDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"
|