blob: e76aab1e39c0e44d84e3d6d00285429f615ef461 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: Brad Lanam <bll@gentoo.com>
# $FreeBSD$
PORTNAME= di
PORTVERSION= 4.35
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.gentoo.com/di/ \
http://www.cyberbotx.com/di/
MAINTAINER= cyberbotx@cyberbotx.com
COMMENT= Disk Information Utility
MAKE_ENV+= prefix="${PREFIX}"
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_MAKE_ENV_OFF= DI_NO_NLS=T
post-patch:
@${REINPLACE_CMD} -e "s|zoneid_t|zoneId_t|g" ${WRKSRC}/C/di.c
.include <bsd.port.mk>
|