misc/bsod: update 0.1 → 0.2
- Chase upstream move and license change - Do not install useless readme
This commit is contained in:
parent
f785fdefdf
commit
7e012a1420
@ -1,31 +1,24 @@
|
|||||||
PORTNAME= bsod
|
PORTNAME= bsod
|
||||||
PORTVERSION= 0.1
|
DISTVERSIONPREFIX=v
|
||||||
|
DISTVERSION= 0.2
|
||||||
CATEGORIES= misc
|
CATEGORIES= misc
|
||||||
MASTER_SITES= https://www.vanheusden.com/bsod/ \
|
|
||||||
http://mirror.amdmi3.ru/distfiles/
|
|
||||||
|
|
||||||
MAINTAINER= amdmi3@FreeBSD.org
|
MAINTAINER= amdmi3@FreeBSD.org
|
||||||
COMMENT= Experience the authentic Microsoft Windows experience
|
COMMENT= Experience the authentic Microsoft Windows experience
|
||||||
WWW= https://www.vanheusden.com/bsod/
|
WWW= https://github.com/folkertvanheusden/bsod
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= PD
|
||||||
LICENSE_FILE= ${WRKSRC}/license.txt
|
|
||||||
|
|
||||||
USES= ncurses tar:tgz
|
USES= ncurses tar:tgz
|
||||||
|
USE_GITHUB= yes
|
||||||
|
GH_ACCOUNT= folkertvanheusden
|
||||||
|
|
||||||
PORTDOCS= *
|
|
||||||
PLIST_FILES= bin/${PORTNAME}
|
PLIST_FILES= bin/${PORTNAME}
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
|
||||||
|
|
||||||
do-build:
|
do-build:
|
||||||
cd ${WRKSRC} && ${CC} ${CFLAGS} -I${NCURSESINC} -L${NCURSESLIB} -lncurses -o ${PORTNAME} ${PORTNAME}.c
|
cd ${WRKSRC} && ${CC} ${CFLAGS} -DVERSION=\"${DISTVERSION}\" -I${NCURSESINC} -L${NCURSESLIB} -lncurses -o ${PORTNAME} ${PORTNAME}.c
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||||
|
|
||||||
post-install-DOCS-on:
|
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
||||||
${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR}/
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1478620643
|
TIMESTAMP = 1709056229
|
||||||
SHA256 (bsod-0.1.tgz) = ad6eb83637d1eb655ca7891933916266bd0624e08823490083b960ff15531c43
|
SHA256 (folkertvanheusden-bsod-v0.2_GH0.tar.gz) = cb61fd29e0e8e27492afdcac6cc59ac73ad644b891a7fa007877654f39c3eaf0
|
||||||
SIZE (bsod-0.1.tgz) = 10128
|
SIZE (folkertvanheusden-bsod-v0.2_GH0.tar.gz) = 4413
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user