2003-10-04 02:37:43 +02:00
|
|
|
# New ports collection makefile for: toshctl
|
|
|
|
# Date created: 22 September 2003
|
2004-03-18 22:53:51 +01:00
|
|
|
# Whom: carl@servicefactory.com
|
2003-10-04 02:37:43 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2004-03-18 22:53:51 +01:00
|
|
|
PORTNAME= toshctl
|
|
|
|
PORTVERSION= 0.0.0p3
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://freebie.miraclenet.co.th/notebook/toshctl/
|
|
|
|
EXTRACT_SUFX= .tgz
|
2003-10-04 02:37:43 +02:00
|
|
|
|
2004-03-18 22:53:51 +01:00
|
|
|
MAINTAINER= carl@servicefactory.com
|
|
|
|
COMMENT= A command-line tool to access parts of the Toshiba hardware interface
|
2003-10-04 02:37:43 +02:00
|
|
|
|
2003-10-16 11:26:32 +02:00
|
|
|
ONLY_FOR_ARCHS= i386
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/toshctl
|
2003-10-16 11:26:32 +02:00
|
|
|
|
2004-03-18 22:53:51 +01:00
|
|
|
WRKSRC= ${WRKDIR}/toshctl
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
2003-10-04 02:37:43 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|