Prune sysutils/pcpustat
[dports.git] / sysutils / di / Makefile
1 # Created by: Brad Lanam <bll@gentoo.com>
2 # $FreeBSD$
3
4 PORTNAME=       di
5 PORTVERSION=    4.37
6 CATEGORIES=     sysutils
7 MASTER_SITES=   http://www.gentoo.com/di/ \
8                 http://www.cyberbotx.com/di/
9
10 MAINTAINER=     cyberbotx@cyberbotx.com
11 COMMENT=        Disk Information Utility
12
13 MAKE_ENV+=      prefix="${PREFIX}"
14 MAKE_ENV+=      DI_NO_NLS=T
15 PLIST_SUB+=     NLS="@comment "
16
17 post-patch:
18         @${REINPLACE_CMD} -e "s|zoneid_t|zoneId_t|g" ${WRKSRC}/C/di.c
19
20 pre-install:
21         @${STRIP_CMD} ${WRKSRC}/C/di
22
23 .include <bsd.port.mk>