freebsd-ports/sysutils/di/Makefile
Sunpoet Po-Chuan Hsieh c025c9d915 Update to 4.44
PR:		221156
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2017-08-01 17:11:22 +00:00

31 lines
570 B
Makefile

# Created by: Brad Lanam <bll@gentoo.com>
# $FreeBSD$
PORTNAME= di
PORTVERSION= 4.44
CATEGORIES= sysutils
MASTER_SITES= https://gentoo.com/di/ \
http://www.cyberbotx.com/di/
MAINTAINER= cyberbotx@cyberbotx.com
COMMENT= Disk Information Utility
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/LICENSE
MAKE_ENV= prefix="${PREFIX}"
MAKE_ARGS= -e
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
pre-install:
@${STRIP_CMD} ${WRKSRC}/C/di
.include <bsd.port.mk>