mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
4428b8eee1
that uses ZConf as the setting storage backend. zbgset - Background setter. zbgset-admin - Manages the settings. WWW: http://search.cpan.org/~vvelox/ZConf-BGSet/ PR: ports/131517 Submitted by: Zane C, Bowers <vvelox at vvelox.net>
27 lines
681 B
Makefile
27 lines
681 B
Makefile
# New ports collection makefile for: p5-ZConf-BGSet
|
|
# Date created: 2008-02-08
|
|
# Whom: Zane C, Bowers <vvelox@vvelox.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ZConf-BGSet
|
|
PORTVERSION= 0.1.0
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= vvelox@vvelox.net
|
|
COMMENT= Background management utitility and Perl module that uses ZConf
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Image/Size/FillFullSelect.pm:${PORTSDIR}/graphics/p5-Image-Size-FillFullSelect \
|
|
${SITE_PERL}/ZConf.pm:${PORTSDIR}/net/p5-ZConf \
|
|
${LOCALBASE}/bin/hsetroot:${PORTSDIR}/graphics/hsetroot
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= ZConf::BGSet.3
|
|
|
|
.include <bsd.port.mk>
|