mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Convert to modern two-line Makefile header
- Define LICENSE (GPLv2), improve COMMENT - Sanitize markup and formatting while here - Reformat first paragraph of port description
This commit is contained in:
parent
992f454c3e
commit
41b83d45a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310926
2 changed files with 12 additions and 14 deletions
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: hsetroot
|
||||
# Date created: 30 November 2003
|
||||
# Whom: Vincent Tantardini <vinc@freebsd-fr.org>
|
||||
#
|
||||
# Created by: Vincent Tantardini <vinc@freebsd-fr.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= hsetroot
|
||||
PORTVERSION= 1.0.2
|
||||
|
@ -12,12 +8,14 @@ CATEGORIES= graphics
|
|||
MASTER_SITES= http://cdn.thegraveyard.org/releases/hsetroot/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Utility to compose wallpapers for X
|
||||
COMMENT= Wallpaper manipulation utility for X11
|
||||
|
||||
PLIST_FILES= bin/hsetroot
|
||||
LICENSE= GPLv2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_EFL= imlib2
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
USE_GMAKE= YES
|
||||
PLIST_FILES= bin/hsetroot
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
hsetroot is a tool which allows you to compose wallpapers ("root pixmaps")
|
||||
for X. It has a lot of options like rendering gradients, solids, images but
|
||||
it also allows you to perform manipulations on those things, or chain them
|
||||
together. You could use one standard background image for instance, and
|
||||
using tint to make it fit your current theme. And yes, of course it is
|
||||
for X11. It has a lot of options like rendering gradients, solids, images
|
||||
but it also allows you to perform manipulations on those things, or chain
|
||||
them together. You could use one standard background image for instance,
|
||||
and using tint to make it fit your current theme. And yes, of course it is
|
||||
compatible with semi-translucent applications like aterm and xchat.
|
||||
|
||||
At this time, hsetroot can render: gradients (multi-color with variable
|
||||
|
|
Loading…
Add table
Reference in a new issue