mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update WWW
- Add LICENSE - Unsilence installation Approved by: portmgr blanket
This commit is contained in:
parent
805f46ffeb
commit
d8eb6b9007
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446720
2 changed files with 6 additions and 4 deletions
|
@ -8,11 +8,13 @@ PORTNAME= mxico
|
|||
PORTVERSION= 1.0.1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://people.freebsd.org/~maho/mxico/
|
||||
MASTER_SITES= https://people.freebsd.org/~maho/mxico/
|
||||
|
||||
MAINTAINER= maho@FreeBSD.org
|
||||
COMMENT= Rotating Object on the screen (Zalgaller polyhedra)
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= imake
|
||||
USE_XORG= x11 xext
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
@ -21,7 +23,7 @@ OPTIONS_DEFINE= DOCS
|
|||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
@(cd ${WRKSRC}; ${INSTALL_DATA} polyhedron/READMEj ${STAGEDIR}${DOCSDIR})
|
||||
@(cd ${WRKSRC}; ${INSTALL_DATA} polyhedron/README ${STAGEDIR}${DOCSDIR})
|
||||
(cd ${WRKSRC} && ${INSTALL_DATA} polyhedron/READMEj ${STAGEDIR}${DOCSDIR})
|
||||
(cd ${WRKSRC} && ${INSTALL_DATA} polyhedron/README ${STAGEDIR}${DOCSDIR})
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
MxIco(Maho's eXtended ICO) is a simple demo for X, rotating polyhedra
|
||||
in the window.
|
||||
|
||||
WWW: http://people.freebsd.org/~maho/mxico/
|
||||
WWW: https://people.freebsd.org/~maho/mxico/
|
||||
|
|
Loading…
Add table
Reference in a new issue