aboutsummaryrefslogblamecommitdiff
path: root/sysutils/toshctl/Makefile
blob: acea3f1d897c5fd2940323e2541273f0745bd723 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                     
           
 




                                                                 
 
                                 
                                                                                     
 
                    
                           
 

                                 
                   

                                                              

                      
# Created by: 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=	ports@FreeBSD.org
COMMENT=	A command-line tool to access parts of the Toshiba hardware interface

ONLY_FOR_ARCHS=	i386
PLIST_FILES=	bin/toshctl

WRKSRC=		${WRKDIR}/toshctl

NO_STAGE=	yes
do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin

.include <bsd.port.mk>