Files
ports/sysutils/di/Makefile
T
Rainer Hurling a1be625883 sysutils/di: Update to 4.48.0.1
- Update di.spec
- Update mkconfig to version 2.6.3

Changelog: https://sourceforge.net/p/diskinfo-di/code/ci/default/tree/README.txt

PR:		253162
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Approved by:	arrowd, tcberner (mentors, implicit)
2021-02-01 20:28:35 +00:00

28 lines
457 B
Makefile

# Created by: Brad Lanam <bll@gentoo.com>
# $FreeBSD$
PORTNAME= di
PORTVERSION= 4.48.0.1
CATEGORIES= sysutils
MASTER_SITES= SF/diskinfo-di
MAINTAINER= cyberbotx@cyberbotx.com
COMMENT= Disk Information Utility
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/LICENSE
MAKE_ARGS= -e
MAKE_ENV= prefix="${PREFIX}"
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_MAKE_ENV_OFF= DI_NO_NLS=T
pre-install:
@${STRIP_CMD} ${WRKSRC}/C/di
.include <bsd.port.mk>