1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/sysutils/toshctl/Makefile
Kirill Ponomarev 6afdfbb148 - Update to version 0.0.0p3
PR:		ports/64427
Submitted by:	maintainer
2004-03-18 21:53:51 +00:00

26 lines
579 B
Makefile

# New ports collection makefile for: toshctl
# Date created: 22 September 2003
# Whom: carl@servicefactory.com
#
# $FreeBSD$
#
PORTNAME= toshctl
PORTVERSION= 0.0.0p3
CATEGORIES= sysutils
MASTER_SITES= http://freebie.miraclenet.co.th/notebook/toshctl/
EXTRACT_SUFX= .tgz
MAINTAINER= carl@servicefactory.com
COMMENT= A command-line tool to access parts of the Toshiba hardware interface
ONLY_FOR_ARCHS= i386
PLIST_FILES= bin/toshctl
WRKSRC= ${WRKDIR}/toshctl
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>