1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/x11/bgrot/Makefile
Edwin Groothuis 48accf6197 [MAINTAINER] x11/bgrot - Update MASTER_SITES
Master site change

PR:		ports/54668
Submitted by:	Matthew D. Fuller <fullermd@over-yonder.net>
2003-07-21 01:32:05 +00:00

28 lines
568 B
Makefile

# New ports collection makefile for: bgrot
# Date created: 12 January 1999
# Whom: Matthew Fuller <fullermd@futuresouth.com>
#
# $FreeBSD$
#
PORTNAME= bgrot
PORTVERSION= 1.30
CATEGORIES= x11
MASTER_SITES= http://www.over-yonder.net/~fullermd/projects/bgrot/ \
http://www.linc-it.com/~fullermd/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>