72ea7e696b
With hat: portmgr Sponsored by: Absolight
23 lines
492 B
Makefile
23 lines
492 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:graphics/xv
|
|
|
|
USES= shebangfix perl5
|
|
SHEBANG_FILES= *.pl
|
|
|
|
MAKE_ARGS= IPREFIX=${STAGEDIR}${PREFIX}
|
|
|
|
.include <bsd.port.mk>
|