summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-device-manager/Makefile
blob: 14c3f440574034c9f2c3722a8ac8ac3199221905 (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
29
# New ports collection makefile for:   gnome-device-manager
# Date Created:         08 January 2008
# Whom:             Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#   $MCom: ports/sysutils/hal/Makefile,v 1.26 2006/10/13 10:00:57 ahze Exp $
#

PORTNAME=   gnome-device-manager
PORTVERSION=    0.2
CATEGORIES= sysutils
MASTER_SITES=   http://hal.freedesktop.org/releases/

MAINTAINER= gnome@FreeBSD.org
COMMENT=    HAL device manager for the GNOME Desktop

LIB_DEPENDS=    hal.1:${PORTSDIR}/sysutils/hal

USE_BZIP2=  yes
USE_GMAKE=  yes
USE_GNOME=  gnomehack gnometarget intlhack ltverhack libgnomeui
USE_AUTOTOOLS=  libtool:15
INSTALLS_ICONS= yes
USE_LDCONFIG=   yes
INSTALLS_OMF=   yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

.include <bsd.port.mk>