766f93f7ea
Spotted by: Marius Strobl <marius@alchemy.franken.de> Approved by: fjoe (mentor) (implicit)
21 lines
436 B
Makefile
21 lines
436 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= 0
|
|
CATEGORIES= sysutils
|
|
|
|
MASTERDIR= ${.CURDIR}/../cdrtools
|
|
COMMENT= Create iso9660/Rock Ridge/Joliet filesystems
|
|
DESCR= ${PKGDIR}/pkg-descr.mkisofs
|
|
PLIST= ${PKGDIR}/pkg-plist.mkisofs
|
|
|
|
MKISOFS= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|