mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
93872f18cc
tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris
31 lines
600 B
Makefile
31 lines
600 B
Makefile
# New ports collection makefile for: di
|
|
# Date created: 31 August 2002
|
|
# Whom: Brad Lanam <bll@gentoo.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= di
|
|
PORTVERSION= 3.7
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.gentoo.com/di/
|
|
|
|
MAINTAINER= bll@gentoo.com
|
|
COMMENT= A disk information utility
|
|
|
|
HAS_CONFIGURE= yes
|
|
MAN1= di.1
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 500113
|
|
BROKEN= "Does not compile"
|
|
.endif
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/di ${PREFIX}/bin
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mi ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/di.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.post.mk>
|