freebsd-ports/x11/roxbg/Makefile
Jimmy Olgeni dbc81c7d5b Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category X.

CR:		D511
Approved by:	portmgr (bapt)
2014-08-08 08:42:44 +00:00

25 lines
531 B
Makefile

# Created by: Zane C. Bowers
# $FreeBSD$
PORTNAME= roxbg
PORTVERSION= 1.0.0
PORTREVISION= 5
CATEGORIES= x11 deskutils
MASTER_SITES= http://vvelox.net/programs/unix/x11/
EXTRACT_SUFX=
EXTRACT_ONLY=
MAINTAINER= vvelox@vvelox.net
COMMENT= Tool for setting the background in rox using a simple command
RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer
NO_WRKSUBDIR= yes
NO_BUILD= yes
PLIST_FILES= bin/roxbg
do-install:
${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/roxbg
.include <bsd.port.mk>