freebsd-ports/sysutils/dvdtape/Makefile
Trevor Johnson 3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00

24 lines
503 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
PLIST_FILES= bin/dvdtape
.include <bsd.port.mk>