freebsd-ports/x11/bgrot/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

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>