mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
26 lines
531 B
Makefile
26 lines
531 B
Makefile
# New ports collection makefile for: hsetroot
|
|
# Date created: 30 November 2003
|
|
# Whom: Vincent Tantardini <vinc@freebsd-fr.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hsetroot
|
|
PORTVERSION= 1.0.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://thegraveyard.org/files/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Root window parameter setting background for X
|
|
|
|
LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2
|
|
|
|
PLIST_FILES= bin/hsetroot
|
|
USE_X_PREFIX= YES
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_GMAKE= YES
|
|
|
|
.include <bsd.port.mk>
|