freebsd-ports/sysutils/dvdtape/Makefile
Daichi GOTO a217792ae5 update sysutils/dvdtape: remove MASTER_SITE_SUBDIR
PR:		53122
Submitted by:	Serge Gagnon <gagnon__s@videotron.ca>
2003-07-17 05:38:12 +00:00

23 lines
478 B
Makefile

# 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>