diff options
Diffstat (limited to 'sysutils/toshctl/Makefile')
-rw-r--r-- | sysutils/toshctl/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/toshctl/Makefile b/sysutils/toshctl/Makefile new file mode 100644 index 000000000000..d3172990e546 --- /dev/null +++ b/sysutils/toshctl/Makefile @@ -0,0 +1,19 @@ +# 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 + +WRKSRC= ${WRKDIR}/toshctl + +.include <bsd.port.mk> |