blob: d89647744ecc9e18e609d6716d41e12cd6227df7 (
plain)
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: 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>
|