mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
21 lines
489 B
Makefile
21 lines
489 B
Makefile
# 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= 1
|
|
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"
|