1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/www/hinventory-client/Makefile
Alejandro Pulver bd77d783db This is the FreeBSD client for the h-inventory Web application.
This is a sh script that creates an XML file and can upload it.
You will obtain the hardware/software on your FreeBSD computer.

WWW: http://www.h-inventory.com/

PR:		ports/100452
Submitted by:	Thomas BRETON <tom at h-inventory.com>
2006-10-04 19:41:06 +00:00

26 lines
625 B
Makefile

# New ports collection makefile for: hinventoryFreeBSD
# Date created: 14 July 2006
# Whom: Thomas BRETON <tom@h-inventory.com>
#
# $FreeBSD$
#
PORTNAME= hinventory-client
PORTVERSION= 1.2.5
CATEGORIES= www
MASTER_SITES= ftp://ftp.h-inventory.com/
DISTNAME= hinventoryFreeBSD-${PORTVERSION}
MAINTAINER= tom@h-inventory.com
COMMENT= H-Inventory Client for FreeBSD
NO_BUILD= yes
WRKSRC= ${WRKDIR}/hinventoryFreeBSD
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/hinventory_FreeBSD.sh \
${PREFIX}/bin/hinventory_FreeBSD.sh
${INSTALL_DATA} ${WRKSRC}/hinventory.conf ${PREFIX}/etc/hinventory.conf
.include <bsd.port.mk>