mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
6019d07548
- Add CONFLICTS for corresponding -devel ports. mkisofs: - Rearrange a line in the Makefile in oder to quiet portlint (3 errors/ 1 warning -> 0 errors/1 warning). PR: ports/52849 Submitted by: Marius Strobl <marius@alchemy.franken.de>
24 lines
465 B
Makefile
24 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= 0
|
|
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"
|