mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
41b83d45a4
- Define LICENSE (GPLv2), improve COMMENT - Sanitize markup and formatting while here - Reformat first paragraph of port description
22 lines
402 B
Makefile
22 lines
402 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
|
|
USE_GMAKE= yes
|
|
USE_EFL= imlib2
|
|
|
|
PLIST_FILES= bin/hsetroot
|
|
|
|
.include <bsd.port.mk>
|