a1be625883
- 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)
28 lines
457 B
Makefile
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>
|