summaryrefslogtreecommitdiff
path: root/sysutils/dvdtape/Makefile
blob: 9d129dca11196454c363ecaa40d1d007b23afe2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	dvdtape
# Date created:		03 Apr 2001
# Whom:			brian
#
# $FreeBSD$
#

PORTNAME=	dvdtape
PORTVERSION=	1.6
PORTREVISION=	1
CATEGORIES=	sysutils
MASTER_SITES=	ftp://ftp.Awfulhak.org/pub/dvdtape/ \
		http://people.FreeBSD.org/~brian/dvdtape/ \

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Create DVD master filesystems on DLT media

USE_GETOPT_LONG=	yes
MAKE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"

MAN1=		dvdtape.1

.include <bsd.port.mk>