2124f79666
Submitted by: Naoya Nishimura <nishinao@m3.kcn.ne.jp>
21 lines
420 B
Makefile
21 lines
420 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= 1.14
|
|
PORTREVISION= 0
|
|
CATEGORIES= sysutils
|
|
|
|
MASTERDIR= ${.CURDIR}/../cdrtools
|
|
COMMENT= ${PKGDIR}/pkg-comment.mkisofs
|
|
DESCR= ${PKGDIR}/pkg-descr.mkisofs
|
|
PLIST= ${PKGDIR}/pkg-plist.mkisofs
|
|
|
|
MKISOFS= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|