016e8c69e4
This is taken from the FreeBSD port. mkhybrid's role is to "create a hybrid ISO9660/JOLIET/HFS/Rock Ridge filesystem."
22 lines
543 B
Makefile
22 lines
543 B
Makefile
# New ports collection makefile for: mkhybrid
|
|
# Version required: 1.11.1
|
|
# Date created: 10 Jun 1998
|
|
# Whom: Murray Stokely <murray@cdrom.com>
|
|
#
|
|
# FreeBSD Id: Makefile,v 1.1.1.1 1998/06/16 16:50:06 dburr Exp
|
|
#
|
|
|
|
DISTNAME= mkhybrid-1.11.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://ftp.ge.ucl.ac.uk/pub/mkhfs/
|
|
|
|
MAINTAINER= murray@cdrom.com
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN8= mkhybrid.8
|
|
|
|
# Yes, this is an empty ALL_TARGET. Oddly, the Makefile does not grok
|
|
# "all" as a possible target. Feh.
|
|
ALL_TARGET=
|
|
|
|
.include <bsd.port.mk>
|