mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
23 lines
516 B
Makefile
23 lines
516 B
Makefile
# New ports collection makefile for: toshctl
|
|
# Date created: 22 September 2003
|
|
# Whom: XXX
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= toshctl
|
|
PORTVERSION= 0.0.0p2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://freebie.miraclenet.co.th/notebook/toshctl/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= carl@servicefactory.se
|
|
COMMENT= A command-line tool to access parts of the Toshiba hardware interface
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
PLIST_FILES= bin/toshctl
|
|
|
|
WRKSRC= ${WRKDIR}/toshctl
|
|
|
|
.include <bsd.port.mk>
|