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>
|
|
|
|
#
|
1999-01-23 07:05:35 +00:00
|
|
|
# $Id: Makefile,v 1.9 1998/11/29 12:43:08 asami Exp $
|
1997-02-28 10:52:53 +00:00
|
|
|
#
|
|
|
|
|
1998-07-06 07:23:46 +00:00
|
|
|
DISTNAME= XaoS-3.0
|
|
|
|
PKGNAME= xaos-3.0
|
1997-02-28 10:52:53 +00:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB} \
|
1998-09-07 02:36:03 +00:00
|
|
|
ftp://ftp.ta.jcu.cz/pub/linux/hubicka/XaoS/3.0/ \
|
1997-02-28 10:52:53 +00:00
|
|
|
http://www.paru.cas.cz/~hubicka/XaoS/dist/
|
|
|
|
MASTER_SITE_SUBDIR= graphics
|
|
|
|
|
1998-07-03 07:02:54 +00:00
|
|
|
MAINTAINER= jkoshy@freebsd.org
|
1997-02-28 10:52:53 +00:00
|
|
|
|
1999-01-23 07:05:35 +00:00
|
|
|
LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png
|
1998-07-06 07:23:46 +00:00
|
|
|
|
1998-11-29 12:43:13 +00:00
|
|
|
USE_XLIB= yes
|
|
|
|
|
1997-02-28 10:52:53 +00:00
|
|
|
# This port will benefit from all-stops-out optimization of the code
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
1998-07-06 07:23:46 +00:00
|
|
|
CONFIGURE_ENV= LDFLAGS=-L${LOCALBASE}/lib
|
1997-02-28 10:52:53 +00:00
|
|
|
|
1998-07-06 07:23:46 +00:00
|
|
|
CFLAGS= -DHAVE_SYS_PARAM_H \
|
|
|
|
-I${PREFIX}/include \
|
|
|
|
-pipe -O6 -fstrength-reduce -ffast-math -fomit-frame-pointer\
|
|
|
|
-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
|
|
|
post-install:
|
1998-07-06 07:23:46 +00:00
|
|
|
strip ${PREFIX}/bin/xaos
|
|
|
|
if [ ! -f ${PREFIX}/info/dir ]; then \
|
|
|
|
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
|
|
|
|
fi
|
|
|
|
install-info ${PREFIX}/info/xaos.info ${PREFIX}/info/dir
|
1997-02-28 10:52:53 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|