blob: 5c9d80107db6b75e16fdde9f1268dea7d71d90a2 (
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
|
# 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>
|