mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
23 lines
550 B
Makefile
23 lines
550 B
Makefile
# Created by: 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
|
|
|
|
NO_STAGE= yes
|
|
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>
|