43b75816c3
- Connect deskutils/p5-ZConf-BGSet to the build PR: 134992 Submitted by: "Zane C.B." <vvelox@vvelox.net> (maintainer)
26 lines
687 B
Makefile
26 lines
687 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.2.0
|
|
CATEGORIES= deskutils 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>
|