aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/hsetroot/Makefile
blob: ec33a200c1741ddf18b75e3f3c21ef034c0ff335 (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
25
# Created by: Vincent Tantardini <vinc@freebsd-fr.org>
# $FreeBSD$

PORTNAME=   hsetroot
PORTVERSION=    1.0.2
PORTREVISION=   11
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

LIB_DEPENDS=    libImlib2.so:graphics/imlib2

GNU_CONFIGURE=  yes
USES=       gmake
USE_XORG=   x11
LDFLAGS+=   -L${LOCALBASE}/lib -lX11

PLIST_FILES=    bin/hsetroot

.include <bsd.port.mk>