mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
82b3ec3f0d
Approved by: portmgr (blanket infrastructure)
28 lines
688 B
Makefile
28 lines
688 B
Makefile
# Created by: 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.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://people.freebsd.org/~maho/mxico/
|
|
|
|
MAINTAINER= maho@FreeBSD.org
|
|
COMMENT= Rotating Object on the screen (Zalgaller polyhedra)
|
|
|
|
USES= imake
|
|
USE_XORG= x11 xext
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
@(cd ${WRKSRC}; ${INSTALL_DATA} polyhedron/READMEj ${STAGEDIR}${DOCSDIR})
|
|
@(cd ${WRKSRC}; ${INSTALL_DATA} polyhedron/README ${STAGEDIR}${DOCSDIR})
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|