aboutsummaryrefslogtreecommitdiff
path: root/graphics/hsetroot/Makefile
blob: 18c5b256d86ae1727ec9d299d2802f02567abf61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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/ \
		http://www.skysmurf.nl/comp/FreeBSD/distfiles/

MAINTAINER=	freebsd@skysmurf.nl
COMMENT=	Wallpaper manipulation utility for X11

LICENSE=	GPLv2

GNU_CONFIGURE=	yes
USES=		gmake
USE_EFL=	imlib2
USE_XORG=	x11
LDFLAGS+=	-lX11

PLIST_FILES=	bin/hsetroot

.include <bsd.port.mk>