1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/x11/mxico/Makefile
Maho Nakata 2a025d13d0 Fix build.
Spotted by: pav
2011-05-11 08:02:24 +00:00

32 lines
771 B
Makefile

# 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.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)
USE_IMAKE= yes
USE_XORG= x11 xext
WRKSRC= ${WRKDIR}/${PORTNAME}
MAN1= mxico.1
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@(cd ${WRKSRC}; ${INSTALL_DATA} polyhedron/READMEj ${DOCSDIR})
@(cd ${WRKSRC}; ${INSTALL_DATA} polyhedron/README ${DOCSDIR})
.endif
.include <bsd.port.mk>