1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/sysutils/vchanger/Makefile
Danilo G. Baio d762f0451e Update maintainer email address
Change email address to the same used in Bugzilla

PR:		220159
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D11340
2017-06-26 23:17:20 +00:00

24 lines
485 B
Makefile

# $FreeBSD$
PORTNAME= vchanger
PORTVERSION= 1.0.1
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>