mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
22 lines
400 B
Makefile
22 lines
400 B
Makefile
# Created by: Vincent Tantardini <vinc@freebsd-fr.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hsetroot
|
|
PORTVERSION= 1.0.2
|
|
PORTREVISION= 10
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://cdn.thegraveyard.org/releases/hsetroot/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Wallpaper manipulation utility for X11
|
|
|
|
LICENSE= GPLv2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake
|
|
USE_EFL= imlib2
|
|
|
|
PLIST_FILES= bin/hsetroot
|
|
|
|
.include <bsd.port.mk>
|