blob: 718b00360b9013c0b4ac6c6cf09d14d907e3cb5f (
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
|
# New ports collection makefile for: xglurbules
# Date created: 30 August 2002
# Whom: Stephen Roome <steve@pepcross.com>
#
# $FreeBSD$
#
PORTNAME= xglurbules
PORTVERSION= 1.2
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
.include <bsd.port.mk>
|