mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Add LICENSE
- Switch to options helpers
This commit is contained in:
parent
a6848ce147
commit
03edf66305
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=411132
1 changed files with 7 additions and 3 deletions
|
@ -10,11 +10,15 @@ DISTNAME= FVCool${PORTVERSION:S/.//g}
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= VCool for FreeBSD - Cooling software for AMD Athlon/Duron CPUs
|
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
|
ONLY_FOR_ARCHS= i386
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_RC_SUBR= fvcool
|
USE_RC_SUBR= fvcool
|
||||||
SUB_FILES= pkg-message
|
SUB_FILES= pkg-message
|
||||||
SUB_LIST+= "PORTNAME=${PORTNAME}"
|
SUB_LIST= "PORTNAME=${PORTNAME}"
|
||||||
ALL_TARGET= fvcool
|
ALL_TARGET= fvcool
|
||||||
|
|
||||||
PORTDOCS= ReadMe ReadMe.jp ReadMe.tech_KT133
|
PORTDOCS= ReadMe ReadMe.jp ReadMe.tech_KT133
|
||||||
|
@ -26,10 +30,10 @@ post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|@CC@|& ${CFLAGS}|; \
|
@${REINPLACE_CMD} -e 's|@CC@|& ${CFLAGS}|; \
|
||||||
s|-O3||g ; s| -s | |g' ${BUILD_WRKSRC}/Makefile.in
|
s|-O3||g ; s| -s | |g' ${BUILD_WRKSRC}/Makefile.in
|
||||||
|
|
||||||
do-install: install-doc
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/fvcool ${STAGEDIR}${PREFIX}/sbin/fvcool
|
${INSTALL_PROGRAM} ${WRKSRC}/fvcool ${STAGEDIR}${PREFIX}/sbin/fvcool
|
||||||
|
|
||||||
install-doc:
|
do-install-DOCS-on:
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue