1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/x11/bgrot/Makefile
2021-04-06 16:31:07 +02:00

22 lines
480 B
Makefile

# 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>