1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/sysutils/mkisofs/Makefile

19 lines
479 B
Makefile
Raw Normal View History

1996-08-08 01:56:41 +00:00
# New ports collection makefile for: mkisofs
# Version required: 1.11.1
1996-08-08 01:56:41 +00:00
# Date created: 07 Aug 1996
# Whom: jkh
#
# $Id: Makefile,v 1.7 1998/09/03 18:51:24 obrien Exp $
1996-08-08 01:56:41 +00:00
#
1998-09-03 18:51:24 +00:00
DISTNAME= mkisofs-1.11.3
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.cdrom.com/pub/linux/tsx-11/packages/mkisofs/
1996-08-08 01:56:41 +00:00
GNU_CONFIGURE= yes
MAKE_FLAGS= XCFLAGS='-c -I. ${CFLAGS} -DSYSTEM_ID_DEFAULT=\"FREEBSD\"' -f
ALL_TARGET= World
MAN8= mkisofs.8
1996-08-08 01:56:41 +00:00
.include <bsd.port.mk>