aboutsummaryrefslogtreecommitdiff
path: root/x11/bgrot/Makefile
blob: 67cf9d787e826da9963eeb6f6446b81caf702efc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Matthew Fuller <fullermd@futuresouth.com>

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

LICENSE=	BSD2CLAUSE

RUN_DEPENDS=	xv:graphics/xv

USES=		shebangfix perl5
SHEBANG_FILES=	*.pl

MAKE_ARGS=	IPREFIX=${STAGEDIR}${PREFIX}

.include <bsd.port.mk>