blob: 7fa685180dbe558c211e3b6d1e6eebc2f053d311 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= bgrot
PORTVERSION= 1.31
CATEGORIES= x11
MASTER_SITES= http://www.over-yonder.net/~fullermd/projects/bgrot/ \
http://distfiles.over-yonder.net/bgrot/
MAINTAINER= fullermd@over-yonder.net
COMMENT= Program to handle your X background to prevent boredom
WWW= https://www.over-yonder.net/~fullermd/projects/bgrot/
LICENSE= BSD2CLAUSE
RUN_DEPENDS= xv:graphics/xv
USES= shebangfix perl5
SHEBANG_FILES= *.pl
MAKE_ARGS= IPREFIX=${STAGEDIR}${PREFIX}
.include <bsd.port.mk>
|