summaryrefslogtreecommitdiff
path: root/graphics/xaos/Makefile
blob: 0ab5bce230bb5b68864da5ba64dfd2d8bc5f5b91 (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
32
33
34
35
36
37
38
# New ports collection makefile for:	XaoS
# Version required:			2.2
# Date created:				24 February 1996
# Whom:					Joseph Koshy <koshy@india.hp.com>
#
# $Id: Makefile,v 1.10 1999/01/23 07:05:31 vanilla Exp $
#

DISTNAME=	XaoS-3.0
PKGNAME=	xaos-3.0
CATEGORIES=	graphics
MASTER_SITES=	${MASTER_SITE_XCONTRIB} \
		ftp://ftp.ta.jcu.cz/pub/linux/hubicka/XaoS/3.0/ \
		http://www.paru.cas.cz/~hubicka/XaoS/dist/
MASTER_SITE_SUBDIR=	graphics

MAINTAINER=	jkoshy@freebsd.org

LIB_DEPENDS=	png.3:${PORTSDIR}/graphics/png

USE_XLIB=	yes

# This port will benefit from all-stops-out optimization of the code

GNU_CONFIGURE=	yes
CONFIGURE_ENV=  LDFLAGS=-L${LOCALBASE}/lib

CFLAGS=		-DHAVE_SYS_PARAM_H \
		-I${PREFIX}/include \
		-pipe -O6 -fstrength-reduce -ffast-math -fomit-frame-pointer\
		-fforce-mem -fforce-addr -funroll-loops
MAN6=		xaos.6

post-install:
	strip ${PREFIX}/bin/xaos
	install-info ${PREFIX}/info/xaos.info ${PREFIX}/info/dir

.include <bsd.port.mk>