1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/x11/roxbg/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

26 lines
519 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: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>