1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/graphics/hsetroot/Makefile
Alexey Dokuchaev 41b83d45a4 - Convert to modern two-line Makefile header
- Define LICENSE (GPLv2), improve COMMENT
- Sanitize markup and formatting while here
- Reformat first paragraph of port description
2013-01-24 11:46:55 +00:00

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>