blob: 9964a45b6777be92f3d02c13119bf00913aa75a6 (
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.1 2006/05/18 20:19:04 ahze Exp $
PORTREVISION= 0
CATEGORIES= sysutils gnome
PKGNAMESUFFIX= -device-manager
MAINTAINER= gnome@FreeBSD.org
COMMENT= HAL device manager
SLAVEPORT= yes
MASTERDIR= ${.CURDIR}/../../sysutils/hal
PLIST= ${.CURDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"
|