freebsd-ports/sysutils/dvdtape/Makefile

24 lines
478 B
Makefile
Raw Normal View History

# New ports collection makefile for: dvdtape
# Date created: 03 Apr 2001
# Whom: brian
#
# $FreeBSD$
#
PORTNAME= dvdtape
2001-07-07 19:47:58 +02:00
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>