blob: 4227913398741cfbe1b368af3caf451dd7d894a4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# 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>
|