aboutsummaryrefslogtreecommitdiff
path: root/graphics/hsetroot/Makefile
blob: 8628f9026aad97b9cc868d972f589a2fdfa45558 (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
# 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=	2
CATEGORIES=	graphics
MASTER_SITES=	http://thegraveyard.org/files/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Utility to compose wallpapers for X

LIB_DEPENDS=	Imlib2.3:${PORTSDIR}/graphics/imlib2

PLIST_FILES=	bin/hsetroot
USE_X_PREFIX=	YES

GNU_CONFIGURE=	YES
USE_GMAKE=	YES

.include 	<bsd.port.mk>