freebsd-ports/sysutils/mkisofs/Makefile
Joerg Wunsch 3ee0faa496 After being able to reproduce and fix the coredumps i've got with this
version, now finally upgrade to mkisofs 1.10.

PR:		ports/3143
Submitted by:	partially by Brian Handy <handy@lambic.space.lockheed.com>
1997-04-28 11:30:52 +00:00

17 lines
457 B
Makefile

# New ports collection makefile for: mkisofs
# Version required: 1.10
# Date created: 07 Aug 1996
# Whom: jkh
#
# $Id: Makefile,v 1.4 1997/03/15 00:04:01 asami Exp $
#
DISTNAME= mkisofs-1.10
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.cdrom.com/pub/linux/tsx-11/packages/mkisofs/
GNU_CONFIGURE= yes
MAKE_FLAGS= XCFLAGS='-c -I. ${CFLAGS} -DSYSTEM_ID_DEFAULT=\"FREEBSD\"' -f
MAN8= mkisofs.8
.include <bsd.port.mk>