5219f2d83f
- Support install macros PR: 51871 Submitted by: Ports Fury
26 lines
545 B
Makefile
26 lines
545 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/ \
|
|
${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= utils/disk-management
|
|
|
|
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>
|