mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
972fc6f206
Approved by: portmgr (blanket)
23 lines
542 B
Makefile
23 lines
542 B
Makefile
PORTNAME= bgrot
|
|
PORTVERSION= 1.31
|
|
PORTREVISION= 1
|
|
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
|
|
WWW= https://www.over-yonder.net/~fullermd/projects/bgrot/
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
RUN_DEPENDS= xv:graphics/xv
|
|
|
|
USES= shebangfix perl5
|
|
SHEBANG_FILES= *.pl
|
|
|
|
MAKE_ARGS= IPREFIX=${STAGEDIR}${PREFIX} \
|
|
IMANDIR=${STAGEDIR}${PREFIX}/share/man
|
|
|
|
.include <bsd.port.mk>
|