mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
New ports: deskutils/zbgset-admin A tool for managing the settings for zbgset.
This is a command line program for easily managing the settings for zbgset. PR: ports/124965 Submitted by: "Zane C.B." <vvelox@vvelox.net>
This commit is contained in:
parent
3f7956c85c
commit
97e58b9469
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216604
@ -229,6 +229,7 @@
|
||||
SUBDIR += xrolo
|
||||
SUBDIR += xwrits
|
||||
SUBDIR += zbgset
|
||||
SUBDIR += zbgset-admin
|
||||
SUBDIR += zorro
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
||||
|
40
deskutils/zbgset-admin/Makefile
Normal file
40
deskutils/zbgset-admin/Makefile
Normal file
@ -0,0 +1,40 @@
|
||||
# New ports collection makefile for: zbgset-admin
|
||||
# Date created: 24 June 2008
|
||||
# Whom: Zane C. Bowers
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= zbgset-admin
|
||||
PORTVERSION= 0.0.1
|
||||
CATEGORIES= deskutils x11
|
||||
MASTER_SITES= http://cpan.org/authors/id/V/VV/VVELOX/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}.pl
|
||||
EXTRACT_SUFX=
|
||||
EXTRACT_ONLY=
|
||||
|
||||
MAINTAINER= vvelox@vvelox.net
|
||||
COMMENT= This is a program for managing the ZConf stored settings for zbgset
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/Image/Size/FillFullSelect.pm:${PORTSDIR}/graphics/p5-Image-Size-FillFullSelect \
|
||||
${SITE_PERL}/ZConf.pm:${PORTSDIR}/devel/p5-ZConf
|
||||
|
||||
USE_PERL5= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
MAN1= ${PORTNAME}.1
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
post-extract:
|
||||
@${CP} -v ${DISTDIR}/${DISTNAME} ${WRKSRC}
|
||||
|
||||
do-build:
|
||||
@${EXEC} pod2man --section=1 --release=${PORTVERSION} --name=${PORTNAME} --center=${PORTNAME}" user guide" ${WRKSRC}/${DISTNAME} ${WRKSRC}/${PORTNAME}.1
|
||||
|
||||
do-install:
|
||||
@${CP} -v ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/${PORTNAME}
|
||||
@${CP} -v ${WRKSRC}/${PORTNAME}.1 ${PREFIX}/man/man1/${PORTNAME}.1
|
||||
@${CHMOD} +x ${PREFIX}/bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
3
deskutils/zbgset-admin/distinfo
Normal file
3
deskutils/zbgset-admin/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (zbgset-admin-0.0.1.pl) = 480136c938b496811c5f225ae7f0df64
|
||||
SHA256 (zbgset-admin-0.0.1.pl) = 3adf1a99d19c9c4ce97f792efde833a63100459982af7d21476317554315843a
|
||||
SIZE (zbgset-admin-0.0.1.pl) = 13977
|
1
deskutils/zbgset-admin/pkg-descr
Normal file
1
deskutils/zbgset-admin/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
This is a command line program for easily managing the settings for zbgset.
|
Loading…
Reference in New Issue
Block a user