1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/x11/mxico/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

30 lines
701 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= https://people.freebsd.org/~maho/mxico/
MAINTAINER= ports@FreeBSD.org
COMMENT= Rotating Object on the screen (Zalgaller polyhedra)
LICENSE= MIT
USES= imake xorg
USE_XORG= x11 xext
WRKSRC= ${WRKDIR}/${PORTNAME}
OPTIONS_DEFINE= DOCS
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} polyhedron/READMEj ${STAGEDIR}${DOCSDIR})
(cd ${WRKSRC} && ${INSTALL_DATA} polyhedron/README ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>