summaryrefslogtreecommitdiff
path: root/sysutils/mkisofs-devel/Makefile
blob: 2d3420d31cfe7acf5aa06779b74469bbe770d34a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	mkisofs
# Version required:	1.12b4
# Date created:		07 Aug 1996
# Whom:			jhk
#
# $Id: Makefile,v 1.10 1999/02/23 16:18:44 dirk Exp $
#

DISTNAME=	mkisofs-1.12b4
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>