aboutsummaryrefslogtreecommitdiff
path: root/x11/bgrot/Makefile
blob: b027f01a535c32b87796d4c4699c708db752add8 (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
27
28
# New ports collection makefile for: bgrot
# Date created:			12 January 1999
# Whom:				Matthew Fuller <fullermd@futuresouth.com>
#
# $FreeBSD$
#

PORTNAME=	bgrot
PORTVERSION=	1.30
PORTREVISION=	3
CATEGORIES=	x11
MASTER_SITES=	http://www.over-yonder.net/~fullermd/projects/bgrot/ \
		http://www.centralmiss.com/~matt/distfiles/

MAINTAINER=	fullermd@over-yonder.net
COMMENT=	A program to handle your X background to prevent boredom

RUN_DEPENDS=	xv:${PORTSDIR}/graphics/xv

USE_PERL5=	yes

MAN1=		bgrot.1
MANCOMPRESSED=	yes

post-install:
	@${CAT} pkg-message

.include <bsd.port.mk>