1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/graphics/hsetroot/Makefile
Pawel Pekala 66324646c2 - Take maintainership
- Add maintainer's mirror, main site is down for maintaince
- Append not set LDFLAGS

PR:		ports/187851
Submitted by:	A.J. van Werven <freebsd@skysmurf.nl>
2014-03-23 14:50:25 +00:00

25 lines
483 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/ \
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>