blob: e59e7ae926ff191f2453a77d6d33a6b7521e8b4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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
PORTREVISION= 0
CATEGORIES= sysutils
MASTERDIR= ${.CURDIR}/../cdrtools
COMMENTFILE= ${PKGDIR}/pkg-comment.mkisofs
DESCR= ${PKGDIR}/pkg-descr.mkisofs
PLIST= ${PKGDIR}/pkg-plist.mkisofs
MKISOFS= yes
.include "${MASTERDIR}/Makefile"
|