freebsd-ports/x11/bgrot/Makefile

27 lines
545 B
Makefile
Raw Normal View History

# Created by: Matthew Fuller <fullermd@futuresouth.com>
1999-08-31 04:51:23 +02:00
# $FreeBSD$
2000-04-13 21:19:05 +02:00
PORTNAME= bgrot
2001-02-05 17:18:54 +01:00
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
2003-02-21 15:08:24 +01:00
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>