1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/sysutils/toshctl/Makefile
Dmitry Marakasov b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00

32 lines
628 B
Makefile

# Created by: carl@servicefactory.com
# $FreeBSD$
PORTNAME= toshctl
PORTVERSION= 0.0.0p3
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://freebie.miraclenet.co.th/notebook/toshctl/
MAINTAINER= ports@FreeBSD.org
COMMENT= Command-line tool to access parts of the Toshiba hardware interface
LICENSE= GPLv2+
WRKSRC= ${WRKDIR}/toshctl
USES= tar:tgz
PLIST_FILES= bin/toshctl
ONLY_FOR_ARCHS= i386
post-patch:
@${REINPLACE_CMD} -e \
's|$$(CC)|$$(CXX)| ; \
s|$$(CFLAGS)|$$(CXXFLAGS)|' ${WRKSRC}/Makefile
do-install:
(cd ${WRKSRC} && ${INSTALL_PROGRAM} toshctl ${STAGEDIR}${PREFIX}/bin)
.include <bsd.port.mk>