opnsense-ports/x11/mxico/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

27 lines
678 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}
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>