summaryrefslogtreecommitdiffstats
path: root/sysutils/hal-info/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-12-26 01:19:07 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-12-26 01:19:07 +0800
commit2f45dbdc55c734da7d33a760d2e94a57030ab5e7 (patch)
treed80872cf95e201e7eaff96318abfcbd968bb1507 /sysutils/hal-info/Makefile
parent370fcf2b996e2668757489daed7fd490f7b6116d (diff)
downloadmarcuscom-ports-2f45dbdc55c734da7d33a760d2e94a57030ab5e7.tar
marcuscom-ports-2f45dbdc55c734da7d33a760d2e94a57030ab5e7.tar.gz
marcuscom-ports-2f45dbdc55c734da7d33a760d2e94a57030ab5e7.tar.bz2
marcuscom-ports-2f45dbdc55c734da7d33a760d2e94a57030ab5e7.tar.lz
marcuscom-ports-2f45dbdc55c734da7d33a760d2e94a57030ab5e7.tar.xz
marcuscom-ports-2f45dbdc55c734da7d33a760d2e94a57030ab5e7.tar.zst
marcuscom-ports-2f45dbdc55c734da7d33a760d2e94a57030ab5e7.zip
Update to 20091130.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13303 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/hal-info/Makefile')
-rw-r--r--sysutils/hal-info/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/sysutils/hal-info/Makefile b/sysutils/hal-info/Makefile
new file mode 100644
index 000000000..a2b78d170
--- /dev/null
+++ b/sysutils/hal-info/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: hal-info
+# Date Created: 25 January 2008
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/sysutils/hal-info/Makefile,v 1.3 2008/06/06 14:03:08 edwin Exp $
+# $MCom: ports/sysutils/hal-info/Makefile,v 1.3 2008/03/17 22:31:58 marcus Exp $
+#
+
+PORTNAME= hal-info
+PORTVERSION= 20091130
+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>