summaryrefslogtreecommitdiffstats
path: root/sysutils/hal-info/Makefile
blob: 70cf0b69e6878a392fd434f9c24c091f16104ea3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:   hal-info
# Date Created:         25 January 2008
# Whom:             Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#   $MCom: ports/sysutils/hal-info/Makefile,v 1.1 2008/01/26 05:55:05 marcus Exp $
#

PORTNAME=   hal-info
PORTVERSION=    20080313
CATEGORIES= sysutils
MASTER_SITES=   http://hal.freedesktop.org/releases/

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Additional FDI files to further classify HAL devices

LIB_PC_DEPENDS= hal.pc:${PORTSDIR}/sysutils/hal

BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
RUN_DEPENDS+=   ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}

USE_GMAKE=  yes
USE_GNOME=  gnomehack gnometarget
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

.include <bsd.port.mk>