blob: 8c3f3de3fd1cb2e9604add730150bc27b986c78b (
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
|
# Created by: Stephen Roome <steve@pepcross.com>
# $FreeBSD$
PORTNAME= xglurbules
PORTVERSION= 3.3
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://stephenroome.com/xglurbules/
MAINTAINER= steve@pepcross.com
COMMENT= Burning particle system eye candy program thingy for X11
MAN1= xglurbules.1
USE_XORG= xt x11 sm ice xpm
MANCOMPRESSED= yes
PLIST_FILES= bin/xglurbules \
bin/xglurbules-noshm
NO_STAGE= yes
.include <bsd.port.mk>
|