freebsd-ports/x11/bgrot/Makefile
Baptiste Daroussin dc7b070b59 Update to 1.31
Handle the configuration file directly in plist

PR:		ports/185605
Submitted by:	Matthew D.Fuller <fullermd@over-yonder.net> (maintainer)
2014-01-09 14:56:09 +00:00

22 lines
504 B
Makefile

# Created by: Matthew Fuller <fullermd@futuresouth.com>
# $FreeBSD$
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:${PORTSDIR}/graphics/xv
USES= shebangfix perl5
SHEBANG_FILES= *.pl
MAKE_ARGS= IPREFIX=${STAGEDIR}${PREFIX}
.include <bsd.port.mk>