1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/sysutils/dvd+rw-tools/Makefile
Dirk Meyer 9e06cd35a5 - Add documentation
mainatiner contacted: 2003-09-06, no response
2003-09-30 05:53:23 +00:00

32 lines
796 B
Makefile

# New ports collection makefile for: dvd+rw-tools
# Date created: 2003-6-15
# Whom: chuck@pkix.net
#
# $FreeBSD$
PORTNAME= dvd+rw-tools
PORTVERSION= 5.12.4.7.4
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.pkix.net/mirror/fy.chalmers.se/ \
http://fy.chalmers.se/~appro/linux/DVD+RW/tools/
MAINTAINER= chuck@pkix.net
COMMENT= DVD burning software
RUN_DEPENDS= ${LOCALBASE}/bin/mkisofs:${PORTSDIR}/sysutils/mkisofs
MAN1= growisofs.1
# This software is installed setuid-root (mode 4755) by default under Linux.
INSTALL_TARGET= BIN_MODE=00755 install
post-install:
${INSTALL_MAN} ${WRKSRC}/growisofs.1 ${MANPREFIX}/man/man1/
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/index.html ${DOCSDIR}/
.endif
.include <bsd.port.mk>