1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/sysutils/mkisofs-devel/Makefile

23 lines
537 B
Makefile
Raw Normal View History

# New ports collection makefile for: mkisofs
# Version required: 1.12b4
# Date created: 07 Aug 1996
# Whom: jhk
1996-08-08 01:56:41 +00:00
#
1999-08-31 02:00:46 +00:00
# $FreeBSD$
1996-08-08 01:56:41 +00:00
#
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
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>