73f7c91b5d
(Part 1)
23 lines
456 B
Makefile
23 lines
456 B
Makefile
# New ports collection makefile for: mkisofs-devel
|
|
# Date created: 28 May 2003
|
|
# Whom: marius@alchemy.franken.de
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mkisofs
|
|
PORTVERSION= 2.01a24
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils
|
|
|
|
COMMENT= Create iso9660/Rock Ridge/Joliet filesystems
|
|
|
|
CONFLICTS= mkisofs-[0-9]*
|
|
|
|
MASTERDIR= ${.CURDIR}/../cdrtools-devel
|
|
DESCR= ${PKGDIR}/pkg-descr.mkisofs
|
|
PLIST= ${PKGDIR}/pkg-plist.mkisofs
|
|
|
|
MKISOFS= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|