blob: a4f694cdf58fae70999f30878df42b4e14fcf369 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Matthew Fuller <fullermd@futuresouth.com>
# $FreeBSD$
PORTNAME= bgrot
PORTVERSION= 1.30
PORTREVISION= 7
CATEGORIES= x11
MASTER_SITES= http://www.over-yonder.net/~fullermd/projects/bgrot/ \
http://distfiles.over-yonder.net/bgrot/
MAINTAINER= fullermd@over-yonder.net
COMMENT= A program to handle your X background to prevent boredom
RUN_DEPENDS= xv:${PORTSDIR}/graphics/xv
USES= shebangfix perl5
SHEBANG_FILES= *.pl
.include <bsd.port.mk>
|