mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
f298688e59
PR: 246570 Submitted by: ml@netfence.it (maintainer) Approved by: mentors (implicit) Changelog: https://sourceforge.net/p/vchanger/code/ci/Release-1.0.3/tree/ChangeLog
24 lines
485 B
Makefile
24 lines
485 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= vchanger
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ml@netfence.it
|
|
COMMENT= Disk-based virtual autochanger for Bacula
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
USES= shebangfix
|
|
SHEBANG_FILES= scripts/vchanger-genudevrules \
|
|
scripts/vchanger-umount-uuid.sh \
|
|
scripts/vchanger-mount-uuid.sh
|
|
GNU_CONFIGURE= yes
|
|
OPTIONS_DEFINE= DOCS
|
|
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|