summaryrefslogtreecommitdiff
path: root/x11/bgrot/Makefile
blob: 7f70b1611e0834b1ba46ae81e6c11b65e22d5a36 (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
24
25
26
# Created by: Matthew Fuller <fullermd@futuresouth.com>
# $FreeBSD$

PORTNAME=	bgrot
PORTVERSION=	1.30
PORTREVISION=	5
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

MAN1=		bgrot.1
MANCOMPRESSED=	yes

NO_STAGE=	yes
post-install:
	@${CAT} pkg-message

.include <bsd.port.mk>