mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-13 23:36:08 +00:00
f6e946c63e
Asked-for by: Brian Handy <handy@lambic.physics.montana.edu>
23 lines
579 B
Makefile
23 lines
579 B
Makefile
# New ports collection makefile for: mkisofs
|
|
# Version required: 1.12b4
|
|
# Date created: 07 Aug 1996
|
|
# Whom: jhk
|
|
#
|
|
# $Id: Makefile,v 1.11 1999/03/31 11:17:08 dirk Exp $
|
|
#
|
|
|
|
DISTNAME= mkisofs-1.12b5
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/mkisofs/ \
|
|
ftp://ftp.gwdg.de/pub/linux/misc/cdrecord/mkisofs/ \
|
|
ftp://ftp.cs.tu-berlin.de/pub/misc/cdrecord/mkisofs/
|
|
|
|
MAINTAINER= dirk@FreeBSD.ORG
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAKE_FLAGS= XCFLAGS='-c -I. ${CFLAGS} -DSYSTEM_ID_DEFAULT=\"FREEBSD\"' -f
|
|
ALL_TARGET= World
|
|
MAN8= mkisofs.8
|
|
|
|
.include <bsd.port.mk>
|