1997-02-28 10:52:53 +00:00
|
|
|
# New ports collection makefile for: XaoS
|
|
|
|
# Version required: 2.2
|
|
|
|
# Date created: 24 February 1996
|
|
|
|
# Whom: Joseph Koshy <koshy@india.hp.com>
|
|
|
|
#
|
1997-07-01 17:41:02 +00:00
|
|
|
# $Id: Makefile,v 1.2 1997/03/02 09:49:00 asami Exp $
|
1997-02-28 10:52:53 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= XaoS-2.2
|
|
|
|
PKGNAME= xaos-2.2
|
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB} \
|
|
|
|
http://www.tedium.com/XaoS/dist/ \
|
|
|
|
ftp://ftp.ta.jcu.cz/pub/linux/hubicka/XaoS/2.2/ \
|
|
|
|
http://www.paru.cas.cz/~hubicka/XaoS/dist/
|
|
|
|
MASTER_SITE_SUBDIR= graphics
|
|
|
|
|
1997-07-01 17:41:02 +00:00
|
|
|
MAINTAINER= koshy@india.hp.com
|
1997-02-28 10:52:53 +00:00
|
|
|
|
|
|
|
# This port will benefit from all-stops-out optimization of the code
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CFLAGS+= -DHAVE_SYS_PARAM_H \
|
1997-03-02 09:49:00 +00:00
|
|
|
-O6 -fstrength-reduce -ffast-math -fomit-frame-pointer\
|
1997-02-28 10:52:53 +00:00
|
|
|
-fforce-mem -fforce-addr -funroll-loops
|
|
|
|
|
1997-03-02 09:49:00 +00:00
|
|
|
MAN6= xaos.6
|
|
|
|
|
1997-02-28 10:52:53 +00:00
|
|
|
# We need to supply our own install target as the distribution doesn't
|
|
|
|
# supply one by default
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xaos ${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/doc/xaos.6 ${PREFIX}/man/man6
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/XaoS
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/tutorial.txt ${PREFIX}/share/doc/XaoS
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/algorithm.txt ${PREFIX}/share/doc/XaoS
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|