opnsense-ports/graphics/hsetroot/Makefile
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

25 lines
541 B
Makefile

# 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:${PORTSDIR}/graphics/imlib2
GNU_CONFIGURE= yes
USES= gmake
USE_XORG= x11
LDFLAGS+= -L${LOCALBASE}/lib -lX11
PLIST_FILES= bin/hsetroot
.include <bsd.port.mk>