Add new port mxico(Maho's eXtention to ico).
not only displaying regular polyhedra, semiregular polyhedra and Zalgaller polyhedra
This commit is contained in:
parent
e6630da35a
commit
40aca4dffd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92087
5 changed files with 48 additions and 0 deletions
|
@ -80,6 +80,7 @@
|
|||
SUBDIR += mgapdesk
|
||||
SUBDIR += mlterm
|
||||
SUBDIR += multi-gnome-terminal
|
||||
SUBDIR += mxico
|
||||
SUBDIR += numlockx
|
||||
SUBDIR += nvidia-driver
|
||||
SUBDIR += offix-clipboard
|
||||
|
|
38
x11/mxico/Makefile
Normal file
38
x11/mxico/Makefile
Normal file
|
@ -0,0 +1,38 @@
|
|||
# New ports collection makefile for: mxico
|
||||
# Date created: 25 October 2003
|
||||
# Whom: NAKATA, Maho <maho@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# NB: Do not delete or wrap post-install section, since we have to provide
|
||||
# READMEj and README
|
||||
|
||||
PORTNAME= mxico
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://people.freebsd.org/~maho/mxico/
|
||||
|
||||
MAINTAINER= maho@FreeBSD.org
|
||||
COMMENT= Rotating Object on the screen (Zalgaller polyhedra)
|
||||
|
||||
USE_IMAKE= yes
|
||||
USE_BZIP2= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
MAN6= mxico.6
|
||||
|
||||
pre-build:
|
||||
@cd ${WRKSRC} && ${MV} Makefile Makefile~ && ${SED} \
|
||||
-e 's: BINDIR .*:BINDIR=${PREFIX}/bin:' \
|
||||
-e 's: MANDIR .*:MANDIR=${PREFIX}/man/man6:' \
|
||||
-e 's: MANSUFFIX .*:MANSUFFIX=6:' <Makefile~ >Makefile
|
||||
|
||||
pre-install:
|
||||
@${MKDIR} ${PREFIX}/bin
|
||||
@${MKDIR} ${PREFIX}/man/man6
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
|
||||
post-install:
|
||||
@(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man)
|
||||
@(cd ${WRKSRC}; ${INSTALL_DATA} polyhedron/READMEj ${DOCSDIR})
|
||||
@(cd ${WRKSRC}; ${INSTALL_DATA} polyhedron/README ${DOCSDIR})
|
||||
.include <bsd.port.mk>
|
1
x11/mxico/distinfo
Normal file
1
x11/mxico/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (mxico-1.0.0.tar.bz2) = eda230b580c00dc9d5f7932b002a697b
|
4
x11/mxico/pkg-descr
Normal file
4
x11/mxico/pkg-descr
Normal file
|
@ -0,0 +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/
|
4
x11/mxico/pkg-plist
Normal file
4
x11/mxico/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
bin/mxico
|
||||
%%DOCSDIR%%/README
|
||||
%%DOCSDIR%%/READMEj
|
||||
|
Loading…
Reference in a new issue