2003-03-31 22:22:40 +00:00
|
|
|
# New ports collection makefile for: xglurbules
|
|
|
|
# Date created: 30 August 2002
|
|
|
|
# Whom: Stephen Roome <steve@pepcross.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xglurbules
|
2003-05-19 00:01:56 +00:00
|
|
|
PORTVERSION= 1.2
|
2003-03-31 22:22:40 +00:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://www.pepcross.com/glurbules/
|
|
|
|
|
|
|
|
MAINTAINER= steve@pepcross.com
|
|
|
|
COMMENT= Burning particle system eye candy program thingy for X11
|
|
|
|
|
|
|
|
MAN1= xglurbules.1
|
|
|
|
|
|
|
|
USE_XLIB= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
2004-02-25 09:56:54 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} != "i386"
|
|
|
|
BROKEN= "Does not compile on !i386"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|