73f7c91b5d
(Part 1)
23 lines
465 B
Makefile
23 lines
465 B
Makefile
# New ports collection makefile for: mkisofs
|
|
# Date created: Sun Jul 29 15:04:38 CEST 2001
|
|
# Whom: Dirk Froemberg <dirk@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mkisofs
|
|
PORTVERSION= 2.0.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
|
|
COMMENT= Create iso9660/Rock Ridge/Joliet filesystems
|
|
|
|
CONFLICTS= mkisofs-devel-*
|
|
|
|
MASTERDIR= ${.CURDIR}/../cdrtools
|
|
DESCR= ${PKGDIR}/pkg-descr.mkisofs
|
|
PLIST= ${PKGDIR}/pkg-plist.mkisofs
|
|
|
|
MKISOFS= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|