freebsd-ports/sysutils/fvcool/Makefile

41 lines
1,011 B
Makefile
Raw Normal View History

# Created by: Frerich Raabe <frerich.raabe@gmx.de>
# $FreeBSD$
PORTNAME= fvcool
PORTVERSION= 1.0.4
CATEGORIES= sysutils
MASTER_SITES= http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/fvcool/
DISTNAME= FVCool${PORTVERSION:S/.//g}
MAINTAINER= ports@FreeBSD.org
2003-02-21 14:28:59 +01:00
COMMENT= VCool for FreeBSD - Cooling software for AMD Athlon/Duron CPUs
LICENSE= BSD3CLAUSE # misses 2nd clause, but it's still not BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/CopyRight
ONLY_FOR_ARCHS= i386
2003-07-27 18:40:37 +02:00
GNU_CONFIGURE= yes
USE_RC_SUBR= fvcool
SUB_FILES= pkg-message
SUB_LIST= "PORTNAME=${PORTNAME}"
ALL_TARGET= fvcool
PORTDOCS= ReadMe ReadMe.jp ReadMe.tech_KT133
PLIST_FILES= sbin/fvcool
OPTIONS_DEFINE= DOCS
post-patch:
2003-07-27 18:40:37 +02:00
@${REINPLACE_CMD} -e 's|@CC@|& ${CFLAGS}|; \
s|-O3||g ; s| -s | |g' ${BUILD_WRKSRC}/Makefile.in
do-install:
2014-08-07 04:05:34 +02:00
${INSTALL_PROGRAM} ${WRKSRC}/fvcool ${STAGEDIR}${PREFIX}/sbin/fvcool
do-install-DOCS-on:
2014-08-07 04:05:34 +02:00
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>